summaryrefslogtreecommitdiff
path: root/ot/bregman.py
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2018-05-11 16:58:06 +0200
committerRémi Flamary <remi.flamary@gmail.com>2018-05-11 16:58:06 +0200
commit3aee908ad42d65897f1916de6eab84921ac94a10 (patch)
treebea38fb348e55118f36d7c4457310922a34da5f7 /ot/bregman.py
parent060d9046b291c76244deab2d78ee8356a294e91f (diff)
pep8
Diffstat (limited to 'ot/bregman.py')
-rw-r--r--ot/bregman.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ot/bregman.py b/ot/bregman.py
index 9c84aed..e788ef5 100644
--- a/ot/bregman.py
+++ b/ot/bregman.py
@@ -845,7 +845,7 @@ def barycenter(A, M, reg, weights=None, numItermax=1000,
reg : float
Regularization term >0
weights : np.ndarray (n,)
- Weights of each histogram i_i on the simplex
+ Weights of each histogram i_i on the simplex
numItermax : int, optional
Max number of iterations
stopThr : float, optional