-
Notifications
You must be signed in to change notification settings - Fork 1.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
Update scipy #817
Update scipy #817
Conversation
b35f74d
to
fb8f5cb
Compare
fb8f5cb
to
f923b24
Compare
I discussed this with Stefan the other day.
So I think it would be fine to change the reference value. |
c489c2c
to
4b059ba
Compare
4b059ba
to
a7d5163
Compare
We are sometimes seeing this error now
|
According to the docstring:
So, we could set |
a1165e6
to
f2b164e
Compare
f2b164e
to
8260dfa
Compare
Not sure why, but now the stopping criteria for leastsq is either 2 (relative error between iterations) or 4 (cosine of the angle). See https://github.com/scipy/scipy/blob/df134eab5a500c2146ed4552c8674a78d8154ee9/scipy/optimize/_minpack_py.py#L451 for more details. |
@mdhaber We are getting this error with 1.15.0 and 1.15.1
Thoughts?