Skip to content

Commit

Permalink
formatting: fix line length
Browse files Browse the repository at this point in the history
  • Loading branch information
iona5 committed Nov 11, 2024
1 parent 1ca536a commit a22d5af
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion darts-ensemble/src/darts_ensemble/ensemble_v1.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ def __init__(
"""
logger.debug(
f"Loading models:\n\tTCVIS Model: {rts_v6_tcvis_model_path.absolute()}\n\tNOTCVIS Model: {rts_v6_notcvis_model_path.absolute()}"
"Loading models:\n"
f"\tTCVIS Model: {rts_v6_tcvis_model_path.absolute()}\n"
f"\tNOTCVIS Model: {rts_v6_notcvis_model_path.absolute()}"
)

self.rts_v6_tcvis_model = SMPSegmenter(rts_v6_tcvis_model_path)
Expand Down

0 comments on commit a22d5af

Please sign in to comment.