Skip to content

Commit

Permalink
Jitter mutation rate in test_slim_simulates_dfes
Browse files Browse the repository at this point in the history
  • Loading branch information
nspope committed Aug 30, 2022
1 parent ed628ec commit 0dc0b84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_slim_engine.py
Expand Up @@ -942,7 +942,7 @@ def get_example_dfes(self):
def test_slim_simulates_dfes(self):
contig = get_test_contig()
# make theta = 40
contig.mutation_rate = 10 / (1000 * contig.recombination_map.sequence_length)
contig.mutation_rate = 20 / (1000 * contig.recombination_map.sequence_length)
print(contig.mutation_rate)
dfes = [
stdpopsim.DFE(
Expand Down

0 comments on commit 0dc0b84

Please sign in to comment.