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 82312d7 commit 66e0467Copy full SHA for 66e0467
src/pydvl/value/results.py
@@ -311,6 +311,4 @@ def from_random(cls, size: int) -> "ValuationResult":
311
algorithm="random",
312
status=ValuationStatus.Converged,
313
values=values,
314
- stderr=None,
315
- data_names=np.arange(0, size),
316
)
0 commit comments