Skip to content

Commit

Permalink
fix runner progress
Browse files Browse the repository at this point in the history
  • Loading branch information
mdekstrand committed Dec 10, 2024
1 parent ccdfb2f commit 0e27ced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lenskit/lenskit/batch/_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def run(
for key, outs in worker.map(test_iter):
for cn, cr in outs.items():
results.add_result(cn, key, cr)
progress.update()
progress.update()
timer.stop()

rate = timer.elapsed() / n_users
Expand Down

0 comments on commit 0e27ced

Please sign in to comment.