Run test_pytorch_distributed.py again#4301
Merged
not522 merged 4 commits intooptuna:masterfrom Jan 13, 2023
Merged
Conversation
Member
Author
Member
|
I've deleted it according to #3983 😢 Thank you for your follow-up! |
Codecov Report
@@ Coverage Diff @@
## master #4301 +/- ##
==========================================
+ Coverage 89.75% 90.43% +0.68%
==========================================
Files 170 172 +2
Lines 13265 13659 +394
==========================================
+ Hits 11906 12353 +447
+ Misses 1359 1306 -53
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Member
|
Could you add it for |
Member
Author
|
@not522 Thanks for your review. PTAL. |
not522
reviewed
Jan 10, 2023
Co-authored-by: Naoto Mizuno <naotomizuno@preferred.jp>
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
In #4150, I accidentally deleted the part that runs
test_pytorch_distributed.py. As a result, recent changes have caused daily CI to fail. This PR will make sure to runtest_pytorch_distributed.pyagain and also modify daily CI.Description of the changes
test_pytorch_distributed.pyagain