summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorKilian Fatras <kilianfatras@dhcp-206-12-52-205.eduroam.wireless.ubc.ca>2018-06-19 11:52:10 -0700
committerKilian Fatras <kilianfatras@dhcp-206-12-52-205.eduroam.wireless.ubc.ca>2018-06-19 11:52:10 -0700
commit7073e417bed151976c62fe20d1ba69abd30e7758 (patch)
treef4fcee3f4b9ef8c443a3d720c8c8e9e3a188d59b /examples
parent52134e92e427c825b4aa0a24ac5e000232ebd707 (diff)
remove if in test and cleaned code
Diffstat (limited to 'examples')
-rw-r--r--examples/plot_stochastic.py1
1 files changed, 1 insertions, 0 deletions
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
#############################################################################