-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
[BUG] progress bar: bogus estimations #378
Comments
Are you adjusting the total after the task is started? I'll need to see code to diagnose this. |
@willmcgugan Added MWE to the original post. |
Can you try with the latest version please. |
This is with
Or do you mean |
It's because completed is going backwards. Replace I'll look in to doing an automatic reset when the value completed goes backwards. |
That fixes it, thanks. Should I leave this open? |
Great. Yes, leave it open for now. |
Fixed in 9.1.0. Progress.reset is still the recommended way though. |
The computation of the remaining time often produces bogus results for me. Here, when nesting two progress bars, I'm even getting negative times. MWE:
The text was updated successfully, but these errors were encountered: