-
Notifications
You must be signed in to change notification settings - Fork 87
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 sys.excepthook
error when running tests
#595
Conversation
Codecov Report
@@ Coverage Diff @@
## master #595 +/- ##
=======================================
Coverage 98.87% 98.87%
=======================================
Files 118 118
Lines 4453 4456 +3
=======================================
+ Hits 4403 4406 +3
Misses 50 50
Continue to review full report at Codecov.
|
Looks good. Error doesn't show up in build logs! |
sys.excepthook
error when running testssys.excepthook
error when running tests
What do you mean by that? |
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.
👍 🚢 awesome!
@dsherry I was thinking about filing a ticket detailing a solution using |
@jeremyliweishih ooh neat, I'm interested! |
Fixes #562.
Will file another issue for a decorator/subclass solution.
Should also fix estimators showing up as classes and not strings in docs for
component_graphs