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
In the unit test, a power law with index = -1.3 and amplitude = 0.05 is simulated and fit. The failure appears to be on fitting the amplitude. Unit tests for other algorithms pass, so maybe this is a problem in scipy?
The text was updated successfully, but these errors were encountered:
The COBYLA algorithm in scipy.optimize.minimize is failing its unit test with the following error:
In the unit test, a power law with index = -1.3 and amplitude = 0.05 is simulated and fit. The failure appears to be on fitting the amplitude. Unit tests for other algorithms pass, so maybe this is a problem in scipy?
The text was updated successfully, but these errors were encountered: