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

Attempt to import deprecated function "scipy.integrate.simps" in iod/radar/multifitting.py #2

Open
gavinhofer opened this issue Aug 2, 2024 · 0 comments · May be fixed by #3
Open

Comments

@gavinhofer
Copy link

iod/radar/multifitting.py attempts to import scipy.integrate.simps, which fails because "simps" was renamed to "simpson" in scipy version 1.10.0.

Release notes for v1.10.0
https://docs.scipy.org/doc/scipy-1.10.0/release.1.6.0.html#scipy-integrate-improvements

Even though in the release notes it says the old version was retained for backwards compatibility, it was later removed on 1.14 (scipy/scipy#20278)

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