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

fix: deprecated trapz replaced with trapezoid #96

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

y-prudent
Copy link
Member

@y-prudent y-prudent commented Nov 28, 2024

Replaced Deprecated np.trapz with np.trapezoid

This PR replaces the deprecated np.trapz function with np.trapezoid, as the tests were failing due to this deprecation in NumPy versions > 2.0.

TODO:

There seems to be an issue with dependency resolution in the environments created by tox, and the version of NumPy appears to be a contributing factor. This needs further investigation.

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 this pull request may close these issues.

1 participant