-
Notifications
You must be signed in to change notification settings - Fork 3
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
add subpopulation to LatentInfectionProcess #282
add subpopulation to LatentInfectionProcess #282
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #282 +/- ##
==========================================
+ Coverage 15.87% 20.67% +4.79%
==========================================
Files 21 21
Lines 1537 1572 +35
==========================================
+ Hits 244 325 +81
+ Misses 1293 1247 -46
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…ynamics_modelpy-to-latentinfectiondynamics-class-in-pyrenew_hew_modelpy
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.
Looks very good, thanks @sbidari! A few minor questions/comments before approval
Co-authored-by: Dylan H. Morris <[email protected]>
I think changes from some other PR is causing the pipeline test and pre-commit to fail, but I have addressed the initial review comments. |
…ynamics_modelpy-to-latentinfectiondynamics-class-in-pyrenew_hew_modelpy
Thanks, @sbidari! |
commit 724d09b Author: Dylan H. Morris <[email protected]> Date: Sat Jan 18 17:31:57 2025 +0000 Add helper data `PyrenewHEWData` class to hold input data to `PyrenewHewModel`s (#283) commit bc76d59 Author: Subekshya Bidari <[email protected]> Date: Fri Jan 17 14:18:11 2025 -0500 add subpopulation to LatentInfectionProcess (#282) commit a70e296 Author: Subekshya Bidari <[email protected]> Date: Wed Jan 15 15:29:44 2025 -0500 add setup-r (#295)
see #281
Adds subpopulation hierarchical dynamics to the
LatentInfectionProcess
class and corresponding tests.Also includes some clean-up and variable name changes in the
ww_site_level_dynamics_model
model.