summaryrefslogtreecommitdiff
path: root/docs/source/auto_examples/plot_OT_L1_vs_L2.py
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/auto_examples/plot_OT_L1_vs_L2.py')
-rw-r--r--docs/source/auto_examples/plot_OT_L1_vs_L2.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/source/auto_examples/plot_OT_L1_vs_L2.py b/docs/source/auto_examples/plot_OT_L1_vs_L2.py
index 77bde22..49d37e1 100644
--- a/docs/source/auto_examples/plot_OT_L1_vs_L2.py
+++ b/docs/source/auto_examples/plot_OT_L1_vs_L2.py
@@ -76,7 +76,6 @@ pl.tight_layout()
##############################################################################
-
#%% EMD
G1 = ot.emd(a, b, M1)
G2 = ot.emd(a, b, M2)
@@ -172,7 +171,6 @@ pl.tight_layout()
##############################################################################
-
#%% EMD
G1 = ot.emd(a, b, M1)
G2 = ot.emd(a, b, M2)