File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2502,7 +2502,7 @@ def simplify(
2502
2502
to reconstruct the tree sequence describing the given ``samples``.
2503
2503
This will change the ID of the nodes, so that the node
2504
2504
``samples[k]`` will have ID ``k`` in the result. The resulting
2505
- NodeTable will have only the first ``len(samples)`` individuals marked
2505
+ NodeTable will have only the first ``len(samples)`` nodes marked
2506
2506
as samples. The mapping from node IDs in the current set of tables to
2507
2507
their equivalent values in the simplified tables is also returned as a
2508
2508
numpy array. If an array ``a`` is returned by this function and ``u``
@@ -2512,7 +2512,7 @@ def simplify(
2512
2512
2513
2513
Tables operated on by this function must: be sorted (see
2514
2514
:meth:`TableCollection.sort`), have children be born strictly after their
2515
- parents, and the intervals on which any individual is a child must be
2515
+ parents, and the intervals on which any node is a child must be
2516
2516
disjoint. Other than this the tables need not satisfy remaining
2517
2517
requirements to specify a valid tree sequence (but the resulting tables
2518
2518
will).
You can’t perform that action at this time.
0 commit comments