summaryrefslogtreecommitdiff
path: root/examples/plot_gromov.py
diff options
context:
space:
mode:
authorNicolas Courty <Nico@MacBook-Pro-de-Nicolas.local>2017-09-13 01:03:21 +0200
committerNicolas Courty <Nico@MacBook-Pro-de-Nicolas.local>2017-09-13 01:03:21 +0200
commit84c272394d41d159d07174306b324590b3ffe40c (patch)
treecda14e19f03f3f5a2038060b35cc4bb3ba83c0a9 /examples/plot_gromov.py
parent24784eda59cf591746bf4ba62f325c5612ada430 (diff)
Corrections on Gromov
Diffstat (limited to 'examples/plot_gromov.py')
-rw-r--r--examples/plot_gromov.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/plot_gromov.py b/examples/plot_gromov.py
index 0f839a3..dce66c4 100644
--- a/examples/plot_gromov.py
+++ b/examples/plot_gromov.py
@@ -22,8 +22,8 @@ import ot
"""
Sample two Gaussian distributions (2D and 3D)
=============================================
-The Gromov-Wasserstein distance allows to compute distances with samples that
-do not belong to the same metric space. For demonstration purpose, we sample
+The Gromov-Wasserstein distance allows to compute distances with samples that
+do not belong to the same metric space. For demonstration purpose, we sample
two Gaussian distributions in 2- and 3-dimensional spaces.
"""