Skip to content

Commit 112b2ea

Browse files
author
Antigravity Agent
committed
fix(evaluation): fix progress indicator spacing in runner output (#415)
1 parent ceb3c42 commit 112b2ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kaggle/eval/runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ def run_item_with_ensemble(
441441
timestamp=time.strftime("%Y-%m-%d %H:%M:%S")
442442
))
443443

444-
print(" " * " * attempt_idx, end="", flush=True)
444+
print(" " * attempt_idx, end="", flush=True)
445445

446446
# Select best result based on ternary score
447447
best_attempt = max(attempts, key=lambda x: x.ternary_score)

0 commit comments

Comments
 (0)