Skip to content

Commit f1d1cd1

Browse files
authored
Merge pull request #344 from hyanwong/remove-extra-provenance-extracting
Allow provenance tests to pass again
2 parents 36d2688 + a6d0a11 commit f1d1cd1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tsinfer/eval_util.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,11 @@ def extract_ancestors(samples, ts):
572572
)
573573
# Now simplify down the tables to get rid of all sample edges.
574574
node_id_map = tables.simplify(
575-
samples, filter_sites=False, filter_individuals=True, filter_populations=False
575+
samples,
576+
filter_sites=False,
577+
filter_individuals=True,
578+
filter_populations=False,
579+
record_provenance=False,
576580
)
577581

578582
# We cannot have flags that are both samples and have other flags set,

0 commit comments

Comments
 (0)