File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7408,9 +7408,9 @@ def union(
7408
7408
``other`` to nodes in ``self``.
7409
7409
:param bool check_shared_equality: If True, the shared portions of the
7410
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.
7411
+ running :meth:`TreeSequence.subset` on both ``self`` and ``other``
7412
+ for the equivalent nodes specified in ``node_mapping``, and then
7413
+ checking for equality of the subsets.
7414
7414
:param bool add_populations: If True, nodes new to ``self`` will be
7415
7415
assigned new population IDs.
7416
7416
:param bool record_provenance: Whether to record a provenance entry
You can’t perform that action at this time.
0 commit comments