Skip to content

tqdm.partialprogress #3

@Nepta

Description

@Nepta

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)
end

maybe 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    maybeNeed to think about it

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions