summaryrefslogtreecommitdiff
path: root/examples/plot_compute_emd.py
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2017-06-13 15:51:01 +0200
committerRémi Flamary <remi.flamary@gmail.com>2017-06-13 15:51:01 +0200
commit2bcc24aa05078cfbf160be06fc9ad166bee52904 (patch)
treea44719a3758cd6423ad56af378f31612041a5a4d /examples/plot_compute_emd.py
parent38e96f88eb520b9fa8333686565b082d2921e131 (diff)
example compute emd
Diffstat (limited to 'examples/plot_compute_emd.py')
-rw-r--r--examples/plot_compute_emd.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/plot_compute_emd.py b/examples/plot_compute_emd.py
index 08de6ee..c7063e8 100644
--- a/examples/plot_compute_emd.py
+++ b/examples/plot_compute_emd.py
@@ -61,8 +61,7 @@ pl.legend()
#%%
reg=1e-2
-d_sinkhorn=ot.sinkhorn(a,B,M,reg,method='sinkhorn_stabilized')
-d_sinkhorn0=ot.sinkhorn(a,B,M,reg)
+d_sinkhorn=ot.sinkhorn(a,B,M,reg)
d_sinkhorn2=ot.sinkhorn(a,B,M2,reg)
pl.figure(2)