Skip to content

Commit 73d8cd9

Browse files
nspopepetrelharp
andauthored
Update python/tskit/trees.py
Co-authored-by: Peter Ralph <petrel.harp@gmail.com>
1 parent ae53f66 commit 73d8cd9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

python/tskit/trees.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10664,8 +10664,8 @@ def pair_coalescence_counts(
1066410664
sample pair). Similarly, if only `pair_normalise` is set, the output
1066510665
is divided by `(integral p(x) dx) / (nonmissing sequence)` ( the
1066610666
average number of sample pairs per base). The default is
10667-
`span_normalise` so that the units of the output are "number of sample
10668-
pairs".
10667+
`span_normalise=True, pair_normalise=False`, so that the units
10668+
of the output are "number of sample pairs".
1066910669
1067010670
The output array has dimension `(windows, indexes, nodes)` with
1067110671
dimensions dropped when the corresponding argument is set to None.

0 commit comments

Comments
 (0)