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
cumtrapz is no longer supported by scipy since version 1.14 (https://docs.scipy.org/doc/scipy/release/1.14.0-notes.html), which is causing errors in our CI (e.g., #259 ) It might have gotten past our CI before their update. Need to change it to scipy.integrate.cumulative_trapezoid.
The text was updated successfully, but these errors were encountered:
pycsep/csep/utils/plots.py
Line 7 in 5f84ea9
cumtrapz
is no longer supported by scipy since version 1.14 (https://docs.scipy.org/doc/scipy/release/1.14.0-notes.html), which is causing errors in our CI (e.g., #259 ) It might have gotten past our CI before their update. Need to change it toscipy.integrate.cumulative_trapezoid
.The text was updated successfully, but these errors were encountered: