-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
maybeNeed to think about itNeed to think about it
Description
in case of a small loop with heavy intensive code inside the bar is useless:
for i in tqdm.range(1,16) do
heavy_stuff(i)
endmaybe add a way to force an update of the bar inside the heavy function so we can have a partial progression displayed
the problem arise in nested loop too
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
maybeNeed to think about itNeed to think about it