-
Notifications
You must be signed in to change notification settings - Fork 25.6k
make all arguments in test_history.py optional kwarg #54797
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
make all arguments in test_history.py optional kwarg #54797
Conversation
💊 CI failures summary and remediationsAs of commit b2674a4 (more details on the Dr. CI page):
ci.pytorch.org: 1 failedThis comment was automatically generated by Dr. CI (expand for details).Follow this link to opt-out of these comments for your Pull Requests.Please report bugs/suggestions to the (internal) Dr. CI Users group. |
89ff0cf
to
605cf24
Compare
605cf24
to
820a8f3
Compare
@walterddr has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
820a8f3
to
b2674a4
Compare
@walterddr has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
Codecov Report
@@ Coverage Diff @@
## master #54797 +/- ##
==========================================
- Coverage 77.41% 77.40% -0.01%
==========================================
Files 1893 1893
Lines 186208 186208
==========================================
- Hits 144144 144135 -9
- Misses 42064 42073 +9 |
@walterddr merged this pull request in 2fd1eb3. |
This is to make it more flexible to be reused when pulling test stats other than by-test-case.
Also it makes it less likely to use it wrong with positional arguments.
Test Plan
see the updated tools/test/test_test_history.py examples.