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
Hello, I was misled by tqdm 0.7.0 in some recent experiments, so I'm filing this discovery as a bug. Here's a sample of 4 bars from my code. In all of them, the computed it/s is wrong. These were made using the Iter::tqdm() function.
I suspect that tqdm is trying to show some sort of "recent speed", but failing to update the final result with overall aggregates, but I can't be sure.
As a quick side note, I also noticed that it's not possible to set the description of a manually-created Pbar (only Tqdm, which requires an Iterator).
The text was updated successfully, but these errors were encountered:
Hello, I was misled by tqdm 0.7.0 in some recent experiments, so I'm filing this discovery as a bug. Here's a sample of 4 bars from my code. In all of them, the computed it/s is wrong. These were made using the
Iter::tqdm()
function.I suspect that tqdm is trying to show some sort of "recent speed", but failing to update the final result with overall aggregates, but I can't be sure.
As a quick side note, I also noticed that it's not possible to set the description of a manually-created Pbar (only Tqdm, which requires an Iterator).
The text was updated successfully, but these errors were encountered: