Skip to content

Commit 6b58239

Browse files
committed
Add a ScoreException alias
1 parent 44757c0 commit 6b58239

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

isic_challenge_scoring/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
from isic_challenge_scoring.segmentation import SegmentationScore
55
from isic_challenge_scoring.types import ScoreError
66

7+
ScoreException = ScoreError
8+
79
__all__ = ['ClassificationScore', 'SegmentationScore', 'ScoreError', 'ClassificationMetric']
810

911
try:

0 commit comments

Comments
 (0)