Changed ProgressBar init's type annotation to accept None#2541
Changed ProgressBar init's type annotation to accept None#2541vfdev-5 merged 7 commits intopytorch:masterfrom
Conversation
vfdev-5
left a comment
There was a problem hiding this comment.
Thanks @Davidportlouis , lgtm. Let's see if CI is passing and then we can merge it
|
@Davidportlouis code formatting checks are not passing: https://github.com/pytorch/ignite/runs/5858540569?check_suite_focus=true#step:11:64 Please reformat the code according to https://github.com/pytorch/ignite/blob/master/CONTRIBUTING.md#formatting-code |
Fixed it |
|
@Davidportlouis Tests are still failing because of string mismatch. Could you have a look please ? It would be great to run the tests locally before committing. |
Sure i'll check it and run tests locally |
Fixed the string formatting issue, some tests (resume based tests) in |
vfdev-5
left a comment
There was a problem hiding this comment.
Thanks @Davidportlouis , LGTM !
Fixes #2540
Description:
Nonetobar_formattype annotation in initialization argument ofignite.contrib.handlers.tqdm_logger.ProgressBarCheck list: