We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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)
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
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)
The text was updated successfully, but these errors were encountered: