From 052ccadc5023ec500dc10477821bf0267426aa4f Mon Sep 17 00:00:00 2001 From: RĂ©mi Flamary Date: Fri, 1 Sep 2017 16:28:35 +0200 Subject: pep8 --- docs/source/auto_examples/plot_OT_1D.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (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 cf6db1b..b6ffa5f 100644 --- a/docs/source/auto_examples/plot_OT_1D.py +++ b/docs/source/auto_examples/plot_OT_1D.py @@ -4,7 +4,7 @@ 1D optimal transport ==================== -This example illustrates the computation of EMD and Sinkhorn transport plans +This example illustrates the computation of EMD and Sinkhorn transport plans and their visualization. """ @@ -20,7 +20,8 @@ from ot.datasets import get_1D_gauss as gauss ############################################################################## # Generate data -############### +# ############# + #%% parameters -- cgit v1.2.3