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

Fixes call to deprecated scipy.integrate.trapz function. #363

Merged
merged 2 commits into from
Sep 9, 2024

Conversation

fakufaku
Copy link
Collaborator

@fakufaku fakufaku commented Sep 8, 2024

Replaces call to scipy.integrate.trapz (deprecated) by scipy.integrate.trapezoid (new).

This fixes issue #362.

  • Have you run the tests by doing nosetests or py.test at the root of the repo ?
  • Is there a unit test for the proposed code modification ? If the PR addresses an issue, the test should make sure the issue is fixed.
  • Last but not least, did you document the proposed change in the CHANGELOG file ? It should go under "Unreleased".

@fakufaku fakufaku merged commit 5d2538d into master Sep 9, 2024
38 checks passed
@fakufaku fakufaku deleted the fix/issue362 branch September 9, 2024 06:56
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