summaryrefslogtreecommitdiff
path: root/examples/demo_OT_2D_samples.py
diff options
context:
space:
mode:
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)