Skip to content

Commit 4162a01

Browse files
committed
shorten sequence and reduce the number of replicates
1 parent 8b6acb5 commit 4162a01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

verification.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4960,7 +4960,7 @@ def test_out_of_africa_migration_model(self):
49604960
"ANC": s_no,
49614961
}
49624962
recombination_map = msprime.RateMap(
4963-
position=[0, 100, 500, 900, 1200, 1500, 2000],
4963+
position=[0, 50, 250, 450, 600, 750, 1000],
49644964
rate=[0.00001, 0, 0.0002, 0.00005, 0, 0.001],
49654965
)
49664966

@@ -4972,7 +4972,7 @@ def test_out_of_africa_migration_model(self):
49724972
discrete_genome=True,
49734973
demography=msprime.Demography._ooa_model(),
49744974
record_migrations=True,
4975-
num_replicates=50,
4975+
num_replicates=10,
49764976
model=model_cls,
49774977
)
49784978

0 commit comments

Comments
 (0)