Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
iona5 committed Nov 14, 2024
1 parent dd2a97f commit 43d09c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion darts-segmentation/src/darts_segmentation/segment.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def __init__(self, model_checkpoint: Path | str):
self.model.eval()

logger.debug(
f"sucessfully loaded model from {Path(model_checkpoint).absolute()}:\n"
f"successfully loaded model from {Path(model_checkpoint).absolute()}:\n"
f"\tinputs: {self.config['input_combination']}"
)

Expand Down

0 comments on commit 43d09c9

Please sign in to comment.