Skip to content

Commit 96a2556

Browse files
committed
Fix dependencies
Signed-off-by: Beat Buesser <[email protected]>
1 parent e43ce37 commit 96a2556

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

art/evaluations/great_score/great_score.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def __init__(self, classifier):
3131
self.classifier = classifier
3232
super().__init__()
3333

34-
def evaluate(self, x: np.ndarray, y: np.ndarray) -> (list[float], float):
34+
def evaluate(self, x: np.ndarray, y: np.ndarray) -> tuple[list[float], float]:
3535
"""
3636
Calculate the GREAT score and accuracy for given samples using the specified model.
3737

0 commit comments

Comments
 (0)