From adbf95ee9a720fa38b5b91d0a9d5c3b22ba0b226 Mon Sep 17 00:00:00 2001 From: RĂ©mi Flamary Date: Mon, 3 Jul 2017 16:33:00 +0200 Subject: update doc --- docs/source/auto_examples/plot_OT_1D.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/source/auto_examples/plot_OT_1D.py') diff --git a/docs/source/auto_examples/plot_OT_1D.py b/docs/source/auto_examples/plot_OT_1D.py index e5719eb..6661aa3 100644 --- a/docs/source/auto_examples/plot_OT_1D.py +++ b/docs/source/auto_examples/plot_OT_1D.py @@ -50,7 +50,7 @@ ot.plot.plot1D_mat(a,b,G0,'OT matrix G0') #%% Sinkhorn lambd=1e-3 -Gs=ot.sinkhorn(a,b,M,lambd) +Gs=ot.sinkhorn(a,b,M,lambd,verbose=True) pl.figure(4) ot.plot.plot1D_mat(a,b,Gs,'OT matrix Sinkhorn') -- cgit v1.2.3