-
-
Notifications
You must be signed in to change notification settings - Fork 208
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
Get seconds per iteration in progress bar #184
Comments
Hey @SanderLam, thanks, man. Yeah, there isn't a way to make this at the moment. But the new version, soon to be released, will feature more scales! |
Hi @rsalmei, thank you for your reply! I agree that But of course it's your package, so your decision! Just the opinion of a user here!🙂 |
Sure, I understand. Personally, I don't like it that way. I'm not sure whether this use-case warrants support in I'll think about it better, and will let you know! 👍 |
Really? I use mine for long-running, slow iterations, because of alive-progress's amazingness. You don't IMO only need to use a progress bar with short iterations. |
Nice @TheTechRobo, thanks for your input! |
I don't really mind either way, but in some cases it might be better to show the per-iteration speed. It's easier to interpret "each one takes about 17 minutes" than "3.5 ones per hour" IMO. I think it should be configurable. |
Ok, I'll think about it, thanks. |
I have the same opinion. In my case the the iterations take about 10 minutes too. Is there any update on some sort of implementation? That would be lovely. |
Thanks, @Coocys. |
Hi there!
Love the package and the customisations so far!
I have a process that takes around 2 seconds per iteration. and would like to see something like
2.01s/it
.The tqdm package automatically switches between iterations per second and seconds per iteration, depending on which one there are more of per second.
For example:
Output:
I've seen the customisation of the
stats
option in thealive_bar
, but don't see a way how to change the{rate}
to{1/rate}
Thanks!
The text was updated successfully, but these errors were encountered: