summaryrefslogtreecommitdiff
path: root/examples/demo_OT_2D_samples.py
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2016-10-24 16:32:01 +0200
committerRémi Flamary <remi.flamary@gmail.com>2016-10-24 16:32:01 +0200
commit142f51c080572dd2bfe2b2e9434df648fd7ab018 (patch)
treef9cc518554c12c7c26f4a32a6467a4aacebf8c3d /examples/demo_OT_2D_samples.py
parent05905acdbf2e22bc4b3dc7556d0c6faba0786d23 (diff)
correction barcenter
Diffstat (limited to 'examples/demo_OT_2D_samples.py')
-rw-r--r--examples/demo_OT_2D_samples.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/demo_OT_2D_samples.py b/examples/demo_OT_2D_samples.py
index f91bbb2..992352c 100644
--- a/examples/demo_OT_2D_samples.py
+++ b/examples/demo_OT_2D_samples.py
@@ -62,7 +62,7 @@ pl.title('OT matrix')
#%% sinkhorn
-lambd=.8e-1
+lambd=1e-1
Gs=ot.sinkhorn(a,b,M,lambd)