Skip to content

Commit 63021d9

Browse files
committed
Fix docstrings
1 parent 61dce36 commit 63021d9

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/pydvl/value/least_core/montecarlo.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,7 @@ def montecarlo_least_core(
110110
<https://docs.scipy.org/doc/scipy/reference/optimize.linprog-highs.html>`_
111111
for more information
112112
:param progress: Whether to display a progress bar
113-
:return: Dictionary of ``{"index or label": exact_value}``, sorted by
114-
decreasing value.
113+
:return: Object with the data values.
115114
"""
116115
n = len(u.data)
117116

src/pydvl/value/least_core/naive.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@ def exact_least_core(
4242
<https://docs.scipy.org/doc/scipy/reference/optimize.linprog-highs.html>`_
4343
for more information
4444
:param progress: Whether to display a progress bar
45-
:return: Dictionary of ``{"index or label": exact_value}``, sorted by
46-
decreasing value.
45+
:return: Object with the data values.
4746
"""
4847
n = len(u.data)
4948

0 commit comments

Comments
 (0)