-
Notifications
You must be signed in to change notification settings - Fork 4
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
Record deterministic RandomVariables
by default
#148
Record deterministic RandomVariables
by default
#148
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #148 +/- ##
==========================================
+ Coverage 93.90% 93.93% +0.02%
==========================================
Files 36 36
Lines 706 709 +3
==========================================
+ Hits 663 666 +3
Misses 43 43
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
If
Also, since the |
c5fcafb
to
6559059
Compare
@dylanhmorris @gvegayon Ready for review, but expecting many merge conflicts, depending on when other PR's land. |
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 good! One minor comment. Should we be more explicit about key word arguments? I feel like we should try to enforce (at least internally and during tutorials) using keywords instead of passing arguments as is. We could deal with this in another issue later.
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!
commit 879c665 Author: George G. Vega Yon <[email protected]> Date: Wed Jun 5 11:29:09 2024 -0600 Weekly Rt with autoregressive difference (#131) Co-authored-by: Damon Bayer <[email protected]> Co-authored-by: Dylan H. Morris <[email protected]> commit f0a35ee Author: George G. Vega Yon <[email protected]> Date: Wed Jun 5 10:32:48 2024 -0600 Renaming datautils to arrayutils (#154) commit 394a03d Author: Damon Bayer <[email protected]> Date: Tue Jun 4 16:49:10 2024 -0500 Record deterministic `RandomVariables` by default (#148) commit a2c1307 Author: Damon Bayer <[email protected]> Date: Tue Jun 4 16:02:07 2024 -0500 read date columns as dates (#153) commit f11ce38 Author: George G. Vega Yon <[email protected]> Date: Mon Jun 3 16:20:08 2024 -0600 Rt with infection feedback (#123) --------- Co-authored-by: Dylan H. Morris <[email protected]> Co-authored-by: Dylan H. Morris <[email protected]> Co-authored-by: Damon Bayer <[email protected]> commit f9c057a Author: George G. Vega Yon <[email protected]> Date: Fri May 31 13:18:58 2024 -0600 Refactor transformation module to wrap `numpyro.distributions.transforms` (#140) Co-authored-by: Dylan H. Morris <[email protected]>
Closes #127