You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#2665 pins scipy to <1.15 to avoid test failures in CI for the time being, but we need to root cause and fix it in a way that's compatible with both <1.15 and 1.15+.
The text was updated successfully, but these errors were encountered:
Resolvespytorch#2666 by updating the regexp that is used to filter out the optimization warning emitted when the maximium number of iterations is reached.
NOTE: This kind of regexp filtering is kind of brittle, but it's not necessarily obvious how to do this differently if scipy doesn't return these in a more structured form.
🐛 Bug
Model fitting fails in scipy 1.15 (see test failure here: see e.g. https://github.com/pytorch/botorch/actions/runs/12601444508), presumably b/c L-BFGS-B was ported to C: https://scipy.github.io/devdocs/release/1.15.0-notes.html#scipy-optimize-improvements
#2665 pins scipy to <1.15 to avoid test failures in CI for the time being, but we need to root cause and fix it in a way that's compatible with both <1.15 and 1.15+.
The text was updated successfully, but these errors were encountered: