-
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
Test convolve mode in hospitaladmissionspy #398
Test convolve mode in hospitaladmissionspy #398
Conversation
…rence into 385-incorrect-convolve-mode-in-hospitaladmissionspy
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #398 +/- ##
==========================================
+ Coverage 93.43% 93.45% +0.02%
==========================================
Files 38 38
Lines 1005 1009 +4
==========================================
+ Hits 939 943 +4
Misses 66 66
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.
For the tutorials, I suggest computing something like n_initialization_points = max(gen_int_array.size, inf_hosp_int_array.size)
and using that throughout.
…orrect-convolve-mode-in-hospitaladmissionspy
@sbidari can you resolve the conflicts here? Then I will re-review. |
…orrect-convolve-mode-in-hospitaladmissionspy
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.
Thanks, @sbidari. A few minor tweaks to docstrings and one major suggestion of function placement within the codebase. CC @damonbayer
Co-authored-by: Dylan H. Morris <[email protected]>
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.
I realized |
changes included:
compute_incidence_observed_with_delay
mode="valid"
closes #385