-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
cleaning up stale logger tests + flake8 #3490
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3490 +/- ##
=======================================
+ Coverage 86% 91% +5%
=======================================
Files 107 107
Lines 8063 8007 -56
=======================================
+ Hits 6896 7279 +383
+ Misses 1167 728 -439 |
MLFlowLogger, | ||
NeptuneLogger, | ||
TestTubeLogger, | ||
WandbLogger, |
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.
@williamFalcon are these tests causing problems?
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.
yes... these loggers are having issues where they freeze and such. I’m honestly not sure it’s worth running some of these tests anymore if the loggers aren’t properly designed.
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.
oh, that's new. I use wandb logger every day non stop and no issues with PL. Can you give me some pointer, I'd like to help fix the root issue.
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.
in the mean time, can we comment the lines and add a todo note?
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.
sure. i’ll ping you on slack
No description provided.