Update tests/test_utils_tqdm_mod.py
Run CI Tests / test (push) Successful in 35s

This commit is contained in:
2025-07-30 15:49:00 +02:00
parent 9cec262a05
commit b043fdaf53
+1 -1
View File
@@ -86,7 +86,7 @@ def test_float_alignment_in_bar():
# Capture the tqdm output into a string buffer
f = io.StringIO()
with redirect_stdout(f):
bar = tqdm_mod(total=100.12, desc="AlignBar", file=f)
bar = tqdm_mod(total=100.12, desc="AlignBar", file=f, miniters=1, mininterval=0)
bar.set(1.3333)
bar.set(12.5)
bar.set(99.98)