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 bd87db7 commit 1a16cdcCopy full SHA for 1a16cdc
src/pydvl/value/least_core/common.py
@@ -37,8 +37,6 @@ def lc_solve_problem(
37
:func:`~pydvl.value.least_core.montecarlo.montecarlo_least_core` for
38
argument descriptions.
39
"""
40
- if options is None:
41
- options = {}
42
n = len(u.data)
43
44
if np.any(np.isnan(problem.utility_values)):
0 commit comments