Skip to content

Commit 5214d4b

Browse files
committed
make costs double
1 parent ae504fa commit 5214d4b

File tree

4 files changed

+21033
-7
lines changed

4 files changed

+21033
-7
lines changed

ot/partial/partial_solvers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1342,7 +1342,7 @@ def partial_wasserstein_1d(
13421342
Indices of elements from the x distribution to be included in the partial solutions
13431343
Order of appearance in this array indicates order of inclusion in the solution
13441344
indices_y : np.ndarray of shape (min(n, m, n_transported_samples), )
1345-
Indices of elements from the x distribution to be included in the partial solutions
1345+
Indices of elements from the y distribution to be included in the partial solutions
13461346
Order of appearance in this array indicates order of inclusion in the solution
13471347
list_marginal_costs : list of length min(n, m, n_transported_samples)
13481348
List of marginal costs associated to the intermediate partial problems

0 commit comments

Comments
 (0)