Skip to content

Commit

Permalink
Fix line length
Browse files Browse the repository at this point in the history
Signed-off-by: Suraj Pai <[email protected]>
  • Loading branch information
surajpaib committed Sep 5, 2024
1 parent 8274060 commit 2e7e04c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion monai/metrics/generalized_dice.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,10 @@ class GeneralizedDiceScore(CumulativeIterationMetric):
new_default=MetricReduction.MEAN,
since="1.4.0",
replaced="1.5.0",
msg_suffix="Old versions computed `mean` when `mean_batch` was provided due to bug in reduction, If you want to retain the old behavior (calculating the mean), please explicitly set the parameter to 'mean'.",
msg_suffix=(
"Old versions computed `mean` when `mean_batch` was provided due to bug in reduction, "
"If you want to retain the old behavior (calculating the mean), please explicitly set the parameter to 'mean'."
),
)
def __init__(
self,
Expand Down

0 comments on commit 2e7e04c

Please sign in to comment.