-
-
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
Adding logcdf method to inverse gamma distribution #3944
Conversation
@dfm we are now running on Theano-PyMC, so is it possible to push this over the finish line? |
Sure thing! I've fixed the merge conflicts so we'll see if CI passes now. Sorry that I forgot about this one! |
It looks like there are precision issues when running at float32 so I marked the test as an |
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 pretty straightforward. Will merge when tests pass. Thanks!
Codecov Report
@@ Coverage Diff @@
## master #3944 +/- ##
==========================================
+ Coverage 87.59% 88.91% +1.32%
==========================================
Files 88 89 +1
Lines 14312 14433 +121
==========================================
+ Hits 12536 12833 +297
+ Misses 1776 1600 -176
|
Needs a line in the release-notes. |
@dfm Get a line in the release notes and this will get merged! |
Thanks @dfm! |
whoops - sorry! Thanks @Spaak, I totally forgot about this! |
Supersedes #3873 for paperwork reasons (sorry about the noise!). See more discussion in that thread.
Since this feature requires an update to Theano, it should not be merged until a (possible) future version of PyMC3 that migrates to a pymc-devs-supported version of Theano.