-
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
wandb logger 'global_step' affects other logger #1492
wandb logger 'global_step' affects other logger #1492
Conversation
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.
:)
The reason why the tests are failling is because the tests are checking the actual 'log' call parameters. So the tests need to be updated right? Is there something I can do or should I just wait until someone fix this and merge it in 0.7.4? :) I didn't go through all tests, but the one I checked all displayed the same:
|
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.
pls add change note
b446ed0
to
543c071
Compare
Sorry currently I'm a little bit bussy and noticed it too late. Because 0.7.4 is over I added it to 0.7.5. Sorry... |
I can fix the test if you are busy. Thanks for the pr. |
actually no, I can't because of permissions haha. But the fix for the test is easy, just change line 19 to:
and line 23 to
|
Ah okay... I didn't know I can affect the CI Pipeline. I thought only contibutors can do it. Sorry. I will take care of it tomorrow. |
Okay... It didn't let me rest so I quickly fixed it :D. On my machine, everything for wandb logger passed. Maybe one notice: I installed requirements.txt, requirements-extra.txt and tests/requirements.txt but some packages were missing yet. Did I missed one or should someone update requirements? Then someone should open an issue? I could update it in a few days after exams. |
Codecov Report
@@ Coverage Diff @@
## master #1492 +/- ##
======================================
- Coverage 88% 88% -0%
======================================
Files 69 69
Lines 4133 4131 -2
======================================
- Hits 3656 3654 -2
Misses 477 477 |
thanks for fixing the test. the changelog entry should be moved to the "unreleased" section. |
Done! Sorry about the mess... :/ |
No problem, thanks for fixing it so promptly. |
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 🦝
This pull request is now in conflict... :( |
falling on |
This pull request is now in conflict... :( |
30d8dc4
to
fe51559
Compare
Before submitting
Should I make an changelog update or will a maintainer do this?
What does this PR do?
Fixes #1485 .
PR review
Anyone in the community is free to review the PR once the tests have passed.
If we didn't discuss your PR in Github issues there's a high chance it will not be merged.
Shortly discussed in #1485 with @Borda
Did you have fun?
Yes a lot! :D