-
Notifications
You must be signed in to change notification settings - Fork 4
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] bar_format parameter doesn't seem to be working #93
Comments
Hi @julienbosse ! Thanks for reaching out. I am going to have to think about it a bit more to have a good solution to this. What's happening. Lines 88 to 89 in b1bdf74
It appears that there is a shortcut for the ncols case which ignores bar_format and just return a standard format.https://github.com/tqdm/tqdm/blob/4c956c20b83be4312460fc0c4812eeb3fef5e7df/tqdm/std.py#L620-L621 So I should probably change that, on the other hand, your formatting will return a double bar, which I guess is not what you are looking for. |
|
For my use case, I don't want users to see the 'it/s' portion of the message. To users, the message is confusing and of no value. |
Describe the bug
Hi, first of all, thanks for this, it's great ! I'd like to report what I think is a bug. I'm trying to get to display only the progress bar and no additional info. Like this :
Unfortunately, with stqdm, even when setting the bar_format parameter, additional info still shows.
To Reproduce
Steps to reproduce the behavior :
I might be missing something, but since stqdm inherits from tdqm, I think this should be working ?
The text was updated successfully, but these errors were encountered: