We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae53f66 commit 73d8cd9Copy full SHA for 73d8cd9
1 file changed
python/tskit/trees.py
@@ -10664,8 +10664,8 @@ def pair_coalescence_counts(
10664
sample pair). Similarly, if only `pair_normalise` is set, the output
10665
is divided by `(integral p(x) dx) / (nonmissing sequence)` ( the
10666
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".
+ `span_normalise=True, pair_normalise=False`, so that the units
+ of the output are "number of sample pairs".
10669
10670
The output array has dimension `(windows, indexes, nodes)` with
10671
dimensions dropped when the corresponding argument is set to None.
0 commit comments