Skip to content

Commit f9a2c57

Browse files
authored
Merge pull request #282 from hyanwong/remove-multiroot-bespoke-test
Tidy a few test files
2 parents 3373407 + b329c6e commit f9a2c57

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/test_inference.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
"""
2424
Test cases for the python API for tsdate.
2525
"""
26-
import json
2726
import unittest
2827

2928
import msprime
@@ -192,7 +191,6 @@ def ts_equal_except_times(self, ts1, ts2):
192191
assert prov1 == prov2
193192
if index == len(t1.provenances) - 1:
194193
break
195-
assert json.loads(t2.provenances[-1].record)["software"]["name"] == "tsdate"
196194

197195
def test_simple_sim_1_tree(self):
198196
ts = msprime.simulate(8, mutation_rate=5, random_seed=2)

0 commit comments

Comments
 (0)