Skip to content

Commit 6faf4b4

Browse files
petrelharphyanwong
authored andcommitted
.
1 parent 38d6d3f commit 6faf4b4

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

python/tskit/trees.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7532,8 +7532,10 @@ def union(
75327532
where for instance the two tree sequences contain information about
75337533
disjoint segments of the genome (see :meth:`.concatenate`).
75347534
For some such applications it may be necessary to set
7535-
``check_shared_overlap=False`` (but also easier to check for validity
7536-
separately).
7535+
``check_shared_equality=False``: for instance, if `other` has an
7536+
an identical copy of the node table but no edges, then
7537+
``all_mutations=True, check_shared_equality=False`` can be used
7538+
to add mutations to ``self``.
75377539
75387540
If the resulting tree sequence is invalid (for instance, a node is
75397541
specified to have two distinct parents on the same interval),

0 commit comments

Comments
 (0)