Skip to content

Commit 14d121b

Browse files
Use straighforward diploid sims for roundtrip
1 parent 9503c1d commit 14d121b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tests/test_tskit.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -470,10 +470,7 @@ def test_genotype_dtype_i4(self, tmp_path):
470470

471471
@pytest.mark.parametrize(
472472
"ts",
473-
[
474-
simple_ts(add_individuals=True),
475-
simple_ts(add_individuals=False),
476-
],
473+
[add_mutations(msprime.sim_ancestry(2, sequence_length=10, random_seed=42))],
477474
)
478475
def test_against_tskit_vcf_output(ts, tmp_path):
479476
vcf_path = tmp_path / "ts.vcf"

0 commit comments

Comments
 (0)