-
-
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
RuntimeWarning: overflow encountered in _beta_ppf #5682
Comments
Can you narrow when is the scipy function being called? |
I tried grepping for |
I imagine it comes from Aesara, some Op that calls a scipy function that calls that. Maybe a RandomVariable by the looks of it. |
Do you get it with compute_initial_point? |
Only at the end of sampling. |
Hmm perhaps when computing the log-likelihood then |
|
Some debugging:
|
I get this error when using pm.sample with pymc3.11 |
This is not an error, it's a warning we get from calling a scipy function |
I know I misspoke, sorry. It is just annoying. thanks. |
We need to check if the warning is harmless, in which case we can suppress it |
Based on my limited knowledge, I did not notice any difference in the output as far the sampling is concerned (that is, when I get the warning and when I do not get it). thanks. |
Known scipy issue: scipy/scipy#14901 |
I'm seeing this now when running the multilevel notebook. Strange that they are just appearing now. I guess we can just filter them when they appear. |
I didn't manage to filter them. |
Code:
Samples fine but displays warning:
The text was updated successfully, but these errors were encountered: