-
-
Notifications
You must be signed in to change notification settings - Fork 648
Remove unnecessary test prints #1282
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
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.
Thanks for the PR.
I left a comment in the code.
Could you please also remove :
Can you please review it now ? |
@nzare could you please fix flake8 error : https://travis-ci.org/github/pytorch/ignite/jobs/726552697#L242 |
I checked flake8 error I tried fixing with autopep and tried changing spacing etc but none of them seems to work |
you can try to run `black .` on the codebase. For details, please read
CONTRIBUTING.md
…On Sat, Sep 12, 2020, 18:26 Nidhi Zare ***@***.***> wrote:
I checked flake8 error
./tests/ignite/metrics/test_top_k_categorical_accuracy.py:70:1: W293 blank
line contains whitespace
I tried fixing with autopep and tried changing spacing etc but none of
them seems to work
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1282 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AASYOH4WTYMRLSLXXWGSXPTSFOOLZANCNFSM4RJB3O6A>
.
|
Merged master and opened a new pull request as it was facing some merging issue. |
Fixes #1240
Remove useless prints from tests