summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
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()
#%%