Skip to content

Commit 100377f

Browse files
committed
Fixing typo
1 parent ff26744 commit 100377f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎loreal_poc/tests/performance.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ def validation(cls, prediction_result: PredictionResult, marks: np.ndarray, radi
112112
super().validation(prediction_result, marks)
113113
if not isinstance(radius_limit, float) or radius_limit < 0 or radius_limit > 1:
114114
raise ValueError(
115-
f"{cls.__name__}: radius_limit is defined as a fraction of the outer canthal distance (e.g. distance between left and right eyes). It must be a float between 0 and 1."
115+
f"{cls.__name__}: radius_limit is defined as a fraction of the outer canthal distance (i.e. distance between left and right eyes). It must be a float between 0 and 1."
116116
)
117117

118118

0 commit comments

Comments
 (0)