-
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
wastewater observation process #310
wastewater observation process #310
Conversation
…s-in-pyrenew_hew_modelpy
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #310 +/- ##
==========================================
- Coverage 24.72% 23.94% -0.79%
==========================================
Files 22 21 -1
Lines 1638 1679 +41
==========================================
- Hits 405 402 -3
- Misses 1233 1277 +44
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
A few comments/questions/suggestions, all fairly minor. Thanks, @sbidari!
…s-in-pyrenew_hew_modelpy
…w_hew_modelpy' of https://github.com/CDCgov/pyrenew-hew into 300-update-wastewaterobservationprocess-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.
A few remaining minor comments. Thanks, @sbidari!
Co-authored-by: Dylan H. Morris <[email protected]>
…w_hew_modelpy' of https://github.com/CDCgov/pyrenew-hew into 300-update-wastewaterobservationprocess-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.
LGTM. A few variable naming suggestions to clarify latent versus obs wastewater. You can merge yourself once you've taken or rejected them.
Thanks @dylanhmorris. The suggestions seem reasonable, will change these and merge. |
Co-authored-by: Dylan H. Morris <[email protected]>
commit 39c003d Author: Subekshya Bidari <[email protected]> Date: Wed Jan 29 16:20:53 2025 -0500 wastewater observation process (#310) * add ww obs process * pre-commit * update build pyrenew model * fix output assignment in test latent infection process * include some rvs as placeholders * change prior * use priors from stan model * fix typo * move data args to sample method * pre-commit * update prod_priors.py * sync * update generate_predictive.py * pre-commit * move model constant to prior as per dhm suggestion * make get_viral_trajectory a class method * remove outdated call to utils * output assignment * state -> population * code review suggestions * code review suggestions * update distributional variable sample call * Apply suggestions from code review Co-authored-by: Dylan H. Morris <[email protected]> * pre-commit * Apply suggestions from code review Co-authored-by: Dylan H. Morris <[email protected]> --------- Co-authored-by: Dylan H. Morris <[email protected]> commit df3648d Author: Dylan H. Morris <[email protected]> Date: Tue Jan 28 17:20:34 2025 +0000 Improvements and bug fixes for epiweekly other hubverse tables and plots (#312)
This PR adds code for the wastewater observation process in
pyrenew_hew_model.py
.It does not add wastewater data to
pyrenew_hew_data.py
.