We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
union
1 parent 942e383 commit 589a037Copy full SHA for 589a037
1 file changed
python/tskit/trees.py
@@ -7304,9 +7304,9 @@ def union(
7304
``other`` to nodes in ``self``.
7305
:param bool check_shared_equality: If True, the shared portions of the
7306
tree sequences will be checked for equality. It does so by
7307
- subsetting both ``self`` and ``other`` on the equivalent nodes
7308
- specified in ``node_mapping``, and then checking for equality of
7309
- 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.
7310
:param bool add_populations: If True, nodes new to ``self`` will be
7311
assigned new population IDs.
7312
:param bool record_provenance: Whether to record a provenance entry
0 commit comments