-
Notifications
You must be signed in to change notification settings - Fork 101
ENH: Move get_wsireader to WSIReader.open #169
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
Conversation
- Fix get_wsireader JP2 reader
…olbox into feature-tiffreader
OpenCV v4.5.4 no longer handles 1x1 images as input to resize correctly. This adds a special case for those images.
The original function is preserved with a deprecation warning.
shaneahmed
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How about tests?
- Revert bug fix for cv2 v4.5.4
- Fix a bug which was ignoring npy files.
Codecov Report
@@ Coverage Diff @@
## develop #169 +/- ##
========================================
Coverage 99.79% 99.79%
========================================
Files 40 40
Lines 2955 2959 +4
Branches 492 492
========================================
+ Hits 2949 2953 +4
Misses 1 1
Partials 5 5
Continue to review full report at Codecov.
|
shaneahmed
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @John-P
get_wsireaderto aWSIReader.openstatic method and add a deprecation notice toget_wsireader.