Skip to content

Commit 66e0467

Browse files
Do not pass stderr and data_names argument to ValuationResult inside from_random()
1 parent 82312d7 commit 66e0467

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/pydvl/value/results.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,4 @@ def from_random(cls, size: int) -> "ValuationResult":
311311
algorithm="random",
312312
status=ValuationStatus.Converged,
313313
values=values,
314-
stderr=None,
315-
data_names=np.arange(0, size),
316314
)

0 commit comments

Comments
 (0)