-
-
Notifications
You must be signed in to change notification settings - Fork 47
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
Avoid DeprecationWarnings when importing scipy.ndimage filter functions #261
Conversation
Can one of the admins verify this patch? |
ok to test |
Hmm It looks like i missed some based on the test output |
Looks like I got all of the filters DeprecationWarnings. |
I don't think the docs build CI failure is due to my changes. It seems to happen regardless. I found these issues discussing it: |
Thank you for the PR @fbunt! I agree, I think the docs build failure is unrelated. I suspect the |
…fix released soon)
Let's try the same fix suggested here
The CI tests are running again now, so if they all pass this time we should be ready to merge this PR. |
Thanks! |
Thank you both! 🙏 |
Fix #260
Import from
scipy.ndimage
rather thanscipy.ndimage.filters
as the filters namespace is now deprecated.