You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 13, 2020. It is now read-only.
Hello,
I am using the progress bar to report progress on some long running task. Sometime I get a division by 0 exception in eta.py at line 155:
This does not happen all the time, but it does happen quite frequently. Sometimes the numerator is incremented by 0, sometime by some thousands.
Is this a known bug?
Thanks,
Iulian