summaryrefslogtreecommitdiff
path: root/ot/optim.py
diff options
context:
space:
mode:
authorAlexandre Gramfort <alexandre.gramfort@m4x.org>2019-07-09 18:09:30 +0200
committerAlexandre Gramfort <alexandre.gramfort@m4x.org>2019-07-09 18:09:30 +0200
commit0d9c65d39f7bf6a9c692ad8d5421ddb087ddcafc (patch)
tree2f4721a3daa16f37d9b45e397b3aa4fdb9c72a11 /ot/optim.py
parent06fab4c1e5efbe79f91589917fba01c3fb300a87 (diff)
trailing spaces
Diffstat (limited to 'ot/optim.py')
-rw-r--r--ot/optim.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ot/optim.py b/ot/optim.py
index 65baf9d..0abd9e9 100644
--- a/ot/optim.py
+++ b/ot/optim.py
@@ -325,7 +325,7 @@ def gcg(a, b, M, reg1, reg2, f, df, G0=None, numItermax=10,
Returns
-------
- gamma : ndarray, shape (ns, nt)
+ gamma : ndarray, shape (ns, nt)
Optimal transportation matrix for the given parameters
log : dict
log dictionary return only if log==True in parameters