-
-
Notifications
You must be signed in to change notification settings - Fork 211
MRG Sklearn 0.21 compatibility and CI #752
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
|
tests pass locally on 0.22.dev0, let's see what CI says |
Codecov Report
@@ Coverage Diff @@
## develop #752 +/- ##
===========================================
- Coverage 87.93% 87.84% -0.09%
===========================================
Files 36 37 +1
Lines 4086 4082 -4
===========================================
- Hits 3593 3586 -7
- Misses 493 496 +3
Continue to review full report at Codecov.
|
|
Not sure what's up with the dict on windows... |
mfeurer
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.
I think the Windows tests use Python3.5, and therefore, you're dicts are not sorted. Could that be the issue?
|
Thank you! Sweet :) |
Working on #749.