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 @@ -7304,9 +7304,9 @@ def union(
7304
7304
``other`` to nodes in ``self``.
7305
7305
:param bool check_shared_equality: If True, the shared portions of the
7306
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.
7307
+ running :meth:`TreeSequence.subset` on both ``self`` and ``other``
7308
+ for the equivalent nodes specified in ``node_mapping``, and then
7309
+ checking for equality of the subsets.
7310
7310
:param bool add_populations: If True, nodes new to ``self`` will be
7311
7311
assigned new population IDs.
7312
7312
:param bool record_provenance: Whether to record a provenance entry
You can’t perform that action at this time.
0 commit comments