summaryrefslogtreecommitdiff
path: root/examples/plot_OT_1D.py
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2017-08-31 09:28:37 +0200
committerRémi Flamary <remi.flamary@gmail.com>2017-08-31 09:28:37 +0200
commit212f3889b1114026765cda0134e02766daa82af2 (patch)
treef9ea2d2566d1544b3409152f8ebbc8ca706c96e2 /examples/plot_OT_1D.py
parentec67362de5ec785e3871eac75a8aa477857092c4 (diff)
update tests
Diffstat (limited to 'examples/plot_OT_1D.py')
-rw-r--r--examples/plot_OT_1D.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/plot_OT_1D.py b/examples/plot_OT_1D.py
index 77114c4..a1473c4 100644
--- a/examples/plot_OT_1D.py
+++ b/examples/plot_OT_1D.py
@@ -4,6 +4,9 @@
1D optimal transport
====================
+This example illustrate the computation of EMD and Sinkhorn transport plans
+and their visualization.
+
"""
# Author: Remi Flamary <remi.flamary@unice.fr>