We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5e8b7d commit 43bd128Copy full SHA for 43bd128
src/pydvl/reporting/plots.py
@@ -104,7 +104,7 @@ def plot_ci_array(
104
means = np.mean(data, axis=0)
105
variances = np.var(data, axis=0, ddof=1)
106
107
- dummy: ValuationResult[np.int_, str] = ValuationResult(
+ dummy: ValuationResult[np.int_, np.object_] = ValuationResult(
108
algorithm="dummy",
109
values=means,
110
variances=variances,
0 commit comments