Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error with importing scipy.integrate.cumtrapz #264

Closed
pabloitu opened this issue Aug 20, 2024 · 0 comments · Fixed by #265
Closed

Error with importing scipy.integrate.cumtrapz #264

pabloitu opened this issue Aug 20, 2024 · 0 comments · Fixed by #265
Assignees

Comments

@pabloitu
Copy link
Collaborator

pabloitu commented Aug 20, 2024

from scipy.integrate import cumtrapz

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant