From 7073e417bed151976c62fe20d1ba69abd30e7758 Mon Sep 17 00:00:00 2001 From: Kilian Fatras Date: Tue, 19 Jun 2018 11:52:10 -0700 Subject: remove if in test and cleaned code --- examples/plot_stochastic.py | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/plot_stochastic.py') diff --git a/examples/plot_stochastic.py b/examples/plot_stochastic.py index e139473..09b95d0 100644 --- a/examples/plot_stochastic.py +++ b/examples/plot_stochastic.py @@ -136,6 +136,7 @@ pl.figure(4, figsize=(5, 5)) ot.plot.plot1D_mat(a, b, sinkhorn_pi, 'OT matrix Sinkhorn') pl.show() + ############################################################################# # COMPUTE TRANSPORTATION MATRIX FOR DUAL PROBLEM ############################################################################# -- cgit v1.2.3