File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
src/pydvl/value/least_core Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments