-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Add typing for LoggerConnector
[2/3]
#9270
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
pytorch_lightning/trainer/connectors/logger_connector/logger_connector.py
Outdated
Show resolved
Hide resolved
pytorch_lightning/trainer/connectors/logger_connector/logger_connector.py
Show resolved
Hide resolved
pytorch_lightning/trainer/connectors/logger_connector/logger_connector.py
Show resolved
Hide resolved
LoggerConnector
LoggerConnector
[2/3]
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.
LGTM !
pytorch_lightning/trainer/connectors/logger_connector/logger_connector.py
Show resolved
Hide resolved
pytorch_lightning/trainer/connectors/logger_connector/logger_connector.py
Show resolved
Hide resolved
pytorch_lightning/trainer/connectors/logger_connector/logger_connector.py
Show resolved
Hide resolved
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.
where do you get the stamina for this ...
Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
I asked you guys to fully type any new pieces of code added. |
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.
LGTM !
Codecov Report
@@ Coverage Diff @@
## master #9270 +/- ##
======================================
- Coverage 92% 92% -0%
======================================
Files 176 176
Lines 14819 14831 +12
======================================
+ Hits 13666 13677 +11
- Misses 1153 1154 +1 |
What does this PR do?
Part of #5023
Links:
_FxValidator
[1/3] #9269ResultCollection
[3/3] #9271Does your PR introduce any breaking changes? If yes, please list them.
None
Before submitting
PR review