Skip to content

Commit

Permalink
update AnoCar test
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewkern committed Jan 17, 2025
1 parent 1790e65 commit 0a5df0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_AnoCar.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class TestGenomeData(test_species.GenomeTestBase):

genome = stdpopsim.get_species("AnoCar").genome

rec_rate = 1e-8 # placeholder as we wait for map
rec_rate = 1.59e-8 # placeholder as we wait for map

@pytest.mark.parametrize(
["name", "rate"],
Expand Down

0 comments on commit 0a5df0c

Please sign in to comment.