Skip to content

Commit

Permalink
correct linting error (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
wasserth committed Feb 6, 2024
1 parent 373b252 commit deafa2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_end_to_end.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def dice_score_multilabel(y_true, y_pred):
dice_scores.append(dice_score(gt, pred))
print(f"Dice scores per class: {dice_scores}") # only gets printed if the test fails
return np.mean(dice_scores)


class test_end_to_end(unittest.TestCase):

Expand Down

0 comments on commit deafa2d

Please sign in to comment.