Skip to content

Commit

Permalink
Update python/tskit/trees.py
Browse files Browse the repository at this point in the history
Co-authored-by: Peter Ralph <[email protected]>
  • Loading branch information
brieuclehmann and petrelharp authored Jul 11, 2023
1 parent 81aca50 commit 9f9d462
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/tskit/trees.py
Original file line number Diff line number Diff line change
Expand Up @@ -7708,8 +7708,8 @@ def genetic_relatedness_weighted(
:meth:`genetic_relatedness <.TreeSequence.genetic_relatedness>` between sample
a and sample b, summing over all pairs of samples in the tree sequence.
:param numpy.ndarray W: An array of values with one row for each sample and one
column for each set of weights.
:param numpy.ndarray W: An array of values with one row for each sample node and
one column for each set of weights.
:param list indexes: A list of 2-tuples, or None (default). Note that if
indexes = None, then W must have exactly two columns and this is equivalent
to indexes = [(0,1)].
Expand Down

0 comments on commit 9f9d462

Please sign in to comment.