From 142f51c080572dd2bfe2b2e9434df648fd7ab018 Mon Sep 17 00:00:00 2001 From: RĂ©mi Flamary Date: Mon, 24 Oct 2016 16:32:01 +0200 Subject: correction barcenter --- examples/demo_OT_2D_samples.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/demo_OT_2D_samples.py') 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) -- cgit v1.2.3