We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
union
1 parent be68d35 commit 79f285eCopy full SHA for 79f285e
python/tskit/trees.py
@@ -7408,9 +7408,9 @@ def union(
7408
``other`` to nodes in ``self``.
7409
:param bool check_shared_equality: If True, the shared portions of the
7410
tree sequences will be checked for equality. It does so by
7411
- subsetting both ``self`` and ``other`` on the equivalent nodes
7412
- specified in ``node_mapping``, and then checking for equality of
7413
- 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.
7414
:param bool add_populations: If True, nodes new to ``self`` will be
7415
assigned new population IDs.
7416
:param bool record_provenance: Whether to record a provenance entry
0 commit comments