-
-
Notifications
You must be signed in to change notification settings - Fork 62
Fix expectations after upgrade to skimage 0.18.3 #327
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
73110ae
to
514610d
Compare
514610d
to
83a51b6
Compare
83a51b6
to
99b75b0
Compare
Oh, skimage 0.18.3 deprecates Python 3.6, and given this library upgrade we also have to deprecate it (#222) |
99b75b0
to
5484d5d
Compare
Codecov Report
@@ Coverage Diff @@
## master #327 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 17 17
Lines 1307 1310 +3
Branches 127 128 +1
=========================================
+ Hits 1307 1310 +3
Continue to review full report at Codecov.
|
Description
This PR contains most of the fixes of the things which broke after upgrading to skimage 0.18.3.
To be merged after #200 and #328
To address all the issues we would need issue #197 to be fixed (PR #328)
🚨🚨 the expectations related to
rgb_to_hed
,hematoxylin_channel
,eosin_channel
,dab_channel
,NucleiScorer
(dependent onhematoxylin_channel
),CellularityScorer
(dependent onhematoxylin_channel
) andScoreTiler.locate_tiles
(dependent onNucleiScorer
) DO NOT MAKE SENSE RIGHT NOW. They will make sense in next PRs when we address substantial bugs that were in the codebase even before updating skimage 🚨🚨Types of Changes
Issues Fixed or Closed by This PR
Checklist