summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAntoine Rolet <antoine.rolet@gmail.com>2017-09-05 16:58:10 +0900
committerAntoine Rolet <antoine.rolet@gmail.com>2017-09-05 16:58:10 +0900
commitd43ce6fdca486fdb0fe049ab3cae4daf8652f5d0 (patch)
treea601ad5c047cf97401f5c1759ccc033132b492c0 /test
parent3baa34b5504dfbccd6800b59f1f3830a7edf3f20 (diff)
Removed print
Diffstat (limited to 'test')
-rw-r--r--test/test_emd.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test_emd.py b/test/test_emd.py
index 3bf6fa2..0025583 100644
--- a/test/test_emd.py
+++ b/test/test_emd.py
@@ -26,7 +26,6 @@ b=gauss(m,m=mean2,s=10)
# loss matrix
M=ot.dist(x.reshape((-1,1)), y.reshape((-1,1))) ** (1./2)
-print M[0,:]
#M/=M.max()
#%%