Skip to content

Commit 7dfd4a5

Browse files
hyanwongjeromekelleher
authored andcommitted
Remove stray dumped file in test suite
1 parent 9bf21f8 commit 7dfd4a5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_pedigree.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -712,7 +712,6 @@ def test_two_pedigrees_non_overlapping_times(self, recombination_rate):
712712
# The pedigree in tables2 starts at 1 generation ago
713713
tables2.nodes.time += 5
714714
joined = join_pedigrees([tables1, tables2])
715-
joined.dump("joined_ped.ts")
716715
ts = self.verify(joined.tables, recombination_rate)
717716
for tree in ts.trees():
718717
assert tree.num_roots >= 2

0 commit comments

Comments
 (0)