We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
union
1 parent af613f7 commit 1923865Copy full SHA for 1923865
1 file changed
python/tskit/trees.py
@@ -7370,9 +7370,9 @@ def union(
7370
``other`` to nodes in ``self``.
7371
:param bool check_shared_equality: If True, the shared portions of the
7372
tree sequences will be checked for equality. It does so by
7373
- subsetting both ``self`` and ``other`` on the equivalent nodes
7374
- specified in ``node_mapping``, and then checking for equality of
7375
- the subsets.
+ running :meth:`TreeSequence.subset` on both ``self`` and ``other``
+ for the equivalent nodes specified in ``node_mapping``, and then
+ checking for equality of the subsets.
7376
:param bool add_populations: If True, nodes new to ``self`` will be
7377
assigned new population IDs.
7378
:param bool record_provenance: Whether to record a provenance entry
0 commit comments