summaryrefslogtreecommitdiff
path: root/ot/gromov.py
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2018-03-21 10:32:18 +0100
committerRémi Flamary <remi.flamary@gmail.com>2018-03-21 10:32:18 +0100
commit63fd11e8bfd45b163b313c7ad874ef608587fb68 (patch)
tree3c41c46c34baff08f4089092ada1c5a785ac8bb0 /ot/gromov.py
parent7095e03eb339bcf32d91c5a8857ecc3f3d0c45c0 (diff)
add entropic gromov test for 90+% corerage
Diffstat (limited to 'ot/gromov.py')
-rw-r--r--ot/gromov.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ot/gromov.py b/ot/gromov.py
index e03fa5b..65b2e29 100644
--- a/ot/gromov.py
+++ b/ot/gromov.py
@@ -613,7 +613,7 @@ def entropic_gromov_barycenters(N, Cs, ps, p, lambdas, loss_fun, epsilon,
The function solves the following optimization problem:
.. math::
- C = argmin_C\in R^NxN \sum_s \lambda_s GW(C,Cs,p,ps)
+ C = argmin_C\in R^{NxN} \sum_s \lambda_s GW(C,Cs,p,ps)
Where :