We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
union
1 parent 81f4eb7 commit 83c8597Copy full SHA for 83c8597
1 file changed
python/tskit/trees.py
@@ -7366,9 +7366,9 @@ def union(
7366
``other`` to nodes in ``self``.
7367
:param bool check_shared_equality: If True, the shared portions of the
7368
tree sequences will be checked for equality. It does so by
7369
- subsetting both ``self`` and ``other`` on the equivalent nodes
7370
- specified in ``node_mapping``, and then checking for equality of
7371
- 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.
7372
:param bool add_populations: If True, nodes new to ``self`` will be
7373
assigned new population IDs.
7374
:param bool record_provenance: Whether to record a provenance entry
0 commit comments