Skip to content

Commit

Permalink
Polish dog/wolf demography from #905
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorgorjanc committed Dec 23, 2024
1 parent 3ab5e96 commit acf0805
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions stdpopsim/catalog/CanFam/demographic_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ def _dog_wolf_admixture():
)
]

generation_time = 3
generation_time = 3 # page 3
mutation_rate = 1e-8 # page 3

Check warning on line 47 in stdpopsim/catalog/CanFam/demographic_models.py

View check run for this annotation

Codecov / codecov/patch

stdpopsim/catalog/CanFam/demographic_models.py#L46-L47

Added lines #L46 - L47 were not covered by tests

# Estimated (calibrated) effective population sizes, from Table S12
N_BSJ = 2639
Expand Down Expand Up @@ -172,7 +173,7 @@ def _dog_wolf_admixture():
long_description=long_description,
citations=citations,
generation_time=generation_time,
mutation_rate=1e-8,
mutation_rate=mutation_rate,
model=model,
)

Expand Down

0 comments on commit acf0805

Please sign in to comment.