Skip to content

Commit 4e356b0

Browse files
mtaurasodrewoldag
andauthored
Apply suggestions from code review
Co-authored-by: Drew Oldag <47493171+drewoldag@users.noreply.github.com>
1 parent b919326 commit 4e356b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fibad/infer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ def _save_batch(batch_results: Tensor):
111111
save_batch_index(results_dir, np.array(object_ids), batch_nums[: len(object_ids)])
112112

113113
# Log completion
114-
logger.info(f"Inference Results saved in {results_dir}")
114+
logger.info(f"Inference results saved in: {results_dir}")
115115

116116

117117
def save_batch_index(results_dir: Path, ids: np.ndarray, batch_nums: np.ndarray):

0 commit comments

Comments
 (0)