summaryrefslogtreecommitdiff
path: root/docs/source/auto_examples/plot_compute_emd.py
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2017-09-01 17:55:32 +0200
committerRémi Flamary <remi.flamary@gmail.com>2017-09-01 17:55:32 +0200
commit8ea3504c3bfe9c9440982f8ad0d172a240d54aff (patch)
tree7e3241cf4d81869610feea53f165407767614846 /docs/source/auto_examples/plot_compute_emd.py
parentfd76b98726b8f22606d93bb24dc539967472f4a0 (diff)
good notebook format generated by sphinx gallery
Diffstat (limited to 'docs/source/auto_examples/plot_compute_emd.py')
-rw-r--r--docs/source/auto_examples/plot_compute_emd.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/source/auto_examples/plot_compute_emd.py b/docs/source/auto_examples/plot_compute_emd.py
index a84b249..73b42c3 100644
--- a/docs/source/auto_examples/plot_compute_emd.py
+++ b/docs/source/auto_examples/plot_compute_emd.py
@@ -22,7 +22,7 @@ from ot.datasets import get_1D_gauss as gauss
##############################################################################
# Generate data
-##############################################################################
+# -------------
#%% parameters
@@ -51,7 +51,7 @@ M2 /= M2.max()
##############################################################################
# Plot data
-##############################################################################
+# ---------
#%% plot the distributions
@@ -67,7 +67,7 @@ pl.tight_layout()
##############################################################################
# Compute EMD for the different losses
-##############################################################################
+# ------------------------------------
#%% Compute and plot distributions and loss matrix
@@ -83,7 +83,7 @@ pl.legend()
##############################################################################
# Compute Sinkhorn for the different losses
-##############################################################################
+# -----------------------------------------
#%%
reg = 1e-2