Closed prs513rosewood closed 1 year ago
Has it moved to a different location in scipy
? I can't really imagine them removing it completely.
It can be imported from scipy.optimize.nonlin
but that module is deprecated. It's defined in scipy.optimize._nonlin
. It might be an oversight on their part, but since it's only used in one place in matscipy I thought I'd replace it altogether
Okay, sounds good.
Corrected the use of the
scipy.optimize.NoConvergence
exception, which is no longer part ofscipy.optimize
.