Skip to content

Commit 75cc13c

Browse files
author
Kevin Eykholt
committed
Black formatting
Signed-off-by: Kevin Eykholt <[email protected]>
1 parent 4dfd585 commit 75cc13c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

art/metrics/verification_decisions_trees.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,9 @@ def verify(
207207
raise ValueError("There are features not in the range [0,1].")
208208

209209
self.x: np.ndarray = x
210-
self.y: np.ndarray = check_and_transform_label_format(y, nb_classes=self._classifier.nb_classes, return_one_hot=False)
210+
self.y: np.ndarray = check_and_transform_label_format(
211+
y, nb_classes=self._classifier.nb_classes, return_one_hot=False
212+
)
211213
self.max_clique: int = max_clique
212214
self.max_level: int = max_level
213215

0 commit comments

Comments
 (0)