Skip to content

Commit 358ab1a

Browse files
authored
Update ValueError comment
1 parent 3d92b33 commit 358ab1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

art/metrics/verification_decisions_trees.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ def verify(
206206
if np.min(x) < 0 or np.max(x) > 1:
207207
raise ValueError(
208208
"There are features not in the range [0, 1]. The current implementation only supports normalized input"
209-
"valuesfeatures in range [0 1]."
209+
"values in range [0 1]."
210210
)
211211

212212
self.x: np.ndarray = x

0 commit comments

Comments
 (0)