tqdm.cpp icon indicating copy to clipboard operation
tqdm.cpp copied to clipboard

Progress bar does not show

Open amallia opened this issue 7 years ago • 2 comments

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?

amallia avatar Aug 23 '18 23:08 amallia

any update on this?

syedmohsinbukhari avatar Nov 27 '19 18:11 syedmohsinbukhari

Any update on this?

jamesavery avatar May 24 '22 15:05 jamesavery