-
Notifications
You must be signed in to change notification settings - Fork 53
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem?
There are no unit tests for the filtering operators (BilateralFilter, BoxFilter, Sharpen, Erosion, Dilation, Morphological, PyramidUp, PyramidDown). Without tests, regressions in these operators can go undetected, for example, incorrect RGBA handling, wrong output dtype, or broken parameter defaults.
Describe the solution you'd like
Add tests/test_filtering_operators.py to cover the unit tests for the filtering operators.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request