Skip to content

Commit 43bd128

Browse files
committed
Fix type, again
1 parent d5e8b7d commit 43bd128

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pydvl/reporting/plots.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def plot_ci_array(
104104
means = np.mean(data, axis=0)
105105
variances = np.var(data, axis=0, ddof=1)
106106

107-
dummy: ValuationResult[np.int_, str] = ValuationResult(
107+
dummy: ValuationResult[np.int_, np.object_] = ValuationResult(
108108
algorithm="dummy",
109109
values=means,
110110
variances=variances,

0 commit comments

Comments
 (0)