Skip to content
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

Progress bar does not show #49

Open
amallia opened this issue Aug 23, 2018 · 2 comments
Open

Progress bar does not show #49

amallia opened this issue Aug 23, 2018 · 2 comments

Comments

@amallia
Copy link
Contributor

amallia commented Aug 23, 2018

I am using the following code to generate a progress bar which I will update using the update function.

    tqdm::Params params;
    params.desc="recursive_bisection";
    params.leave = true;
    params.dynamic_ncols = true;
    auto progress = tqdm::tqdm(forward_index.begin(), forward_index.size(), params);

Until I call the update function for the first time it will pass few minutes, until then the progress bar is not shown at all. I have tried to call update(0) but it does not work.
Is there a better way to show the bar just after its initialization?

@syedmohsinbukhari
Copy link

any update on this?

@jamesavery
Copy link

Any update on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants