Skip to content

Commit

Permalink
Clear extra white space in main_inference.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
aecelaya committed Sep 26, 2024
1 parent 08caa28 commit 13f223b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mist/inference/main_inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ def test_on_fold(
)
model.eval()
model.to("cuda")

# Progress bar and error messages.
progress_bar = utils.get_progress_bar(f'Testing on fold {fold_number}')
console = rich.console.Console()
Expand Down

0 comments on commit 13f223b

Please sign in to comment.