Skip to content

Commit

Permalink
Use smoothing=0 in audeer.progress_bar() (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
hagenw authored Jul 12, 2024
1 parent b200351 commit c93499e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions audeer/core/tqdm.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ def progress_bar(
disable=disable,
desc=format_display_message(desc, pbar=True),
leave=config.TQDM_LEAVE,
smoothing=0,
)


Expand Down

0 comments on commit c93499e

Please sign in to comment.