-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vaquita species add #1514
Vaquita species add #1514
Conversation
Codecov ReportAll modified lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1514 +/- ##
=======================================
Coverage 99.85% 99.85%
=======================================
Files 121 124 +3
Lines 4178 4191 +13
Branches 588 588
=======================================
+ Hits 4172 4185 +13
Misses 3 3
Partials 3 3
☔ View full report in Codecov by Sentry. |
789bbdb
to
a2091db
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM; some minor changes.
Let's make sure I didn't mess this up, then merge. |
Implemented PhoSin species (Vaquita). First version (before QC) now also adding the test file added explanation for recombination rate and fixed issues in docs Apply suggestions from code review Update stdpopsim/catalog/PhoSin/species.py cache bump
7b9dcc6
to
262ad39
Compare
I ran the tests locally, and they're wroking, so even if this doesn't work after the cache bump I'm going to merge this with or without the CI. |
Okay - everything passed except for the tests as reported in #1523, unrelated to this PR. I will merge. |
Looks good. Thanks, @petrelharp |
Initial version of the Vaquita species model. We still need to figure out the recombination rate. See #1508.