-
Notifications
You must be signed in to change notification settings - Fork 27
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
scipy.signal.cubic
is now deprecated
#370
Comments
Well, at least BSpline has been around since 1.7 and they provide an exact equivalent. Last time we switched there was padding that increased runtime and had a weird edge case. |
Another big plus to port to BSpline is that it also evaluates the derivative, which is necessary for calculating the jacobian (the next big thing) |
I've submitted a new PR. Indeed the padding is there, so it'd be great to try to recap what was the weird edge case and check again if the increased runtime will be problematic. |
What happened?
https://docs.scipy.org/doc/scipy/reference/generated/scipy.signal.cubic.html#scipy.signal.cubic
What command did you use?
What version of the software are you running?
n/a
How are you running this software?
Docker
Is your data BIDS valid?
Yes
Are you reusing any previously computed results?
No
Please copy and paste any relevant log output.
No response
Additional information / screenshots
No response
The text was updated successfully, but these errors were encountered: