We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38d6d3f commit 6faf4b4Copy full SHA for 6faf4b4
1 file changed
python/tskit/trees.py
@@ -7532,8 +7532,10 @@ def union(
7532
where for instance the two tree sequences contain information about
7533
disjoint segments of the genome (see :meth:`.concatenate`).
7534
For some such applications it may be necessary to set
7535
- ``check_shared_overlap=False`` (but also easier to check for validity
7536
- separately).
+ ``check_shared_equality=False``: for instance, if `other` has an
+ 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``.
7539
7540
If the resulting tree sequence is invalid (for instance, a node is
7541
specified to have two distinct parents on the same interval),
0 commit comments