-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Extend logprob inference for scans with carried auxiliary states #6582
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
Extend logprob inference for scans with carried auxiliary states #6582
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #6582 +/- ##
===========================================
- Coverage 92.02% 77.75% -14.28%
===========================================
Files 92 92
Lines 15563 15592 +29
===========================================
- Hits 14322 12123 -2199
- Misses 1241 3469 +2228
|
This utility can find RVs in inner graphs
7b0dadd
to
eddcc8f
Compare
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.
Ouf, Scan
s a bit beyond my area of comfort. I just have minor comments for this one
Need to add tags so this shows up in release notes. |
Already had. Without tags it still shows up in the release notes, but in the catch-all "maintenance" bucket. The only case it doesn't show up is if it has the label "no releasenotes" |
PyMC can now infer graphs like MA(2)
CC @jessegrabowski