-
Notifications
You must be signed in to change notification settings - Fork 55
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
Bug: skgstat.Variogram: After scipy update from 1.11.1 to 1.11.2: Optimal parameters not found #161
Comments
Thanks for reporting, I am on vacation next week and will look into this right after, as soon as possible. Best, |
I am struggling to reproduce the error. Can you give me some more info? Do you experience the bug with any kind of parameters, or just a specific instance? From the scipy release notes, I can only find one issue that is related to the Do you by any chance use Python 3.11? I am a bit behind in terms of testing and have neither updated the CI to test against Python 3.11, nor am I using it any of my code pipelines. If so, this might be a good opportunity to catch up. |
Maybe related to the new CI errors we get since a week or so, looks like it's only Python 3.9 and 3.10: #162 |
Indeed, a bug was introduced in 1.11.2 when trying to fix scipy/scipy#18793. |
Still not fixed for all cases with 1.11.3, as we saw in #160. |
This bug has been fixed in SciPy, now works with 1.11.4. We can close! |
After the release of scipy 1.11.2 skgstat.Variogram begun to throw RuntimeError: Optimal parameters not found: The maximum number of function evaluations is exceeded.
The text was updated successfully, but these errors were encountered: