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

Fix bug in median filter with non-uniform footprint #521

Conversation

grlee77
Copy link
Contributor

@grlee77 grlee77 commented Feb 24, 2023

closes #520

#485 Introduced a bug in rank filtering kernels that was not caught by our current test cases
(so this bug is only present in the 23.02 release)

This MR fixes the bug and adds test coverage for this case.

…lity

This caused e.g. cucim.skimage.median to not work if a non-square
footprint was provided
@grlee77 grlee77 added bug Something isn't working non-breaking Introduces a non-breaking change labels Feb 24, 2023
@grlee77 grlee77 requested a review from a team as a code owner February 24, 2023 22:16
@gigony gigony added this to the v23.04.00 milestone Mar 7, 2023
@jakirkham
Copy link
Member

/merge

@rapids-bot rapids-bot bot merged commit 33e59ca into rapidsai:branch-23.04 Mar 8, 2023
@jakirkham
Copy link
Member

Thanks Greg! 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working non-breaking Introduces a non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] cucim.skimage.filters.median is not working
3 participants