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
Numpy 2 is about to be released with some breaking changes. MoPyRegtest may not break as a result of users having Numpy 2 instead of Numpy 1 installed.
Proposed feature
Remove all deprecated and obsolete elements of Numpy that are no longer present in Numpy 2, like np.trapz in test_user_defined_metrics.py
Rationale
Numpy 2 is about to be released with some breaking changes. MoPyRegtest may not break as a result of users having Numpy 2 instead of Numpy 1 installed.
Proposed feature
Remove all deprecated and obsolete elements of Numpy that are no longer present in Numpy 2, like
np.trapz
in test_user_defined_metrics.pyToDos
np.trapz
The text was updated successfully, but these errors were encountered: