-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Misc updates #5738
Misc updates #5738
Conversation
ricardoV94
commented
May 3, 2022
•
edited
Loading
edited
- Remove uses of tag.ignore_logprob which is no longer recognized by Aeppl, and would result in a UserWarning
- Retrieve RNG updates for non RandomVariables at compile time
tmp_rvs_to_values, | ||
extra_rewrites=transform_opt, | ||
use_jacobian=jacobian, | ||
warn_missing_rvs=False, |
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.
Instead of warning, it will fail which is a more strict behavior
Codecov Report
@@ Coverage Diff @@
## main #5738 +/- ##
=======================================
Coverage 88.92% 88.93%
=======================================
Files 75 75
Lines 13734 13745 +11
=======================================
+ Hits 12213 12224 +11
Misses 1521 1521
|
This test keeps failing: test_sample_posterior_predictive_after_set_data_with_coords across PRs |
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.
Skimmed it.
Had missed one warning for the dist used in the GaussianRandomWalk |