Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stegua committed Oct 25, 2021
1 parent bd71758 commit aabb71e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ The parameters of the function are:
* `p`: the order of the Wasserstein distance (p=1 or p=2)
* `sorting`: if equal to `True`, the function sorts the support points given in input
* `threads`: number of threads to use by the parallel sorting algorithm
* `plan`: if equal to `True` , the function returns the optimal transportation plan (see example `interpolate.py`)
* `plan`: if equal to `True` , the function returns the optimal transportation plan (see example [`interpolate.py`](https://github.com/stegua/ot1d/blob/main/python/interpolate.py))

The first four parameters can be given in input as numpy arrays (*preferred*) or python lists.

Expand Down

0 comments on commit aabb71e

Please sign in to comment.