Uh oh!
There was an error while loading. Please reload this page.
prevent ImportError due to scikit-optimize and sklearn incompatibility - #278
Conversation
See scikit-optimize/scikit-optimize#902 This caused all tests to fail.
akhmerov
left a comment
There was a problem hiding this comment.
Please open an issue to track the regression, and add a TODO comment in the code with the explanation why we catch import error and referring to the issue.
Also: did you find this problem reported upstream? If yes, please link the upstream bug report, otherwise please report it.
Codecov Report
@@ Coverage Diff @@## master #278 +/- ##
==========================================
+ Coverage 80.49% 80.67% +0.18%
==========================================
Files 34 34 Lines 4588 4591 +3 Branches 828 828 ==========================================
+ Hits 3693 3704 +11 + Misses 768 764 -4 + Partials 127 123 -4
Continue to review full report at Codecov.
|
basnijholt
commented
May 20, 2020
I've already linked the upstream issue and I will add a todo in the code referring to this PR. |
Uh oh!
There was an error while loading. Please reload this page.
Description
All tests fail with
See scikit-optimize/scikit-optimize#902
Checklist
pre-commit run --all(first install usingpip install pre-commit)pytestpassedType of change
Check relevant option(s).