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 scikit-image version skipping in the test suite #14

Merged
merged 2 commits into from
Apr 19, 2021

Conversation

grlee77
Copy link
Contributor

@grlee77 grlee77 commented Apr 19, 2021

Due to a typo in test skip conditions (using skimage>=1.18) rather than the intended case of scikit-image>=0.18 a handful of test-cases were always being skipped even when new enough scikit-image was available.

Fixing the test skip condition so that these cases get run revealed a couple of errors in the test cases themselves, but fortunately did not reveal any underlying errors in the functions being tested.

@grlee77 grlee77 added the bug Something isn't working label Apr 19, 2021
@grlee77 grlee77 requested a review from a team as a code owner April 19, 2021 20:01
@grlee77 grlee77 added bug Something isn't working non-breaking Introduces a non-breaking change and removed bug Something isn't working labels Apr 19, 2021
@quasiben
Copy link
Member

@gpucibot merge

@rapids-bot rapids-bot bot merged commit 600d6ab into rapidsai:branch-0.20 Apr 19, 2021
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.

2 participants