Skip to content

Commit

Permalink
Update validation.py
Browse files Browse the repository at this point in the history
  • Loading branch information
petrelharp authored Sep 17, 2024
1 parent 7d40607 commit 14b6842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ def twopop_pulse_migration_slim2(out_dir, seed):


_ancient_samples = 50 * [
msprime.SampleSet(num_samples=0, population="pop1", time=0, ploidy=2),
msprime.SampleSet(num_samples=1, population="pop1", time=0, ploidy=2),
msprime.SampleSet(num_samples=1, population="pop2", time=500, ploidy=2),
]

Expand Down

0 comments on commit 14b6842

Please sign in to comment.