-
Notifications
You must be signed in to change notification settings - Fork 229
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
Unexpected exception thrown by the beta quantile #1169
Comments
I'm still not able to reproduce here... however, I do note that this special case is right on the cusp of two methods for determining the initial guess, and that initial guess appears to be |
Thanks for taking a look. Here's the run with
|
@WarrenWeckesser are you able to verify that the referenced PR fixes things at your end? Thanks! |
@jzmaddock, yes, with 443469c (third commit in #1175), my C++ test program (updated to check both |
I'm looking into scipy/scipy#21303.
With the latest develop (ef3892c), this code crashes:
Compile and run on Linux:
Note the reference to
long double
in the error message. This code doesn't crash if I addbefore importing boost/math.
Let me know if you need any additional information.
The text was updated successfully, but these errors were encountered: