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
gh-40285: Fix tests with scipy 1.16
Make tests pass with scipy 1.16:
- Drop deprecated `iprint` parameter for `l-bfgs-b` algorithm.
- Adapt to output changes with new COBYLA implementation.
In particular, the tests in https://github.com/sagemath/sage/blob/10.7.b
eta6/src/sage/numerical/optimize.py#L522-L525 give a completely
different answer, which is as meaningless as the previous one since the
function does not have a minimum. We mark them as random, since their
only purpose is to test that it doesn't throw an error.
URL: #40285
Reported by: Antonio Rojas
Reviewer(s): Antonio Rojas, François Bissey, user202729
0 commit comments