Skip to content

Commit d43ce6f

Browse files
committed
Removed print
1 parent 3baa34b commit d43ce6f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/test_emd.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626

2727
# loss matrix
2828
M=ot.dist(x.reshape((-1,1)), y.reshape((-1,1))) ** (1./2)
29-
print M[0,:]
3029
#M/=M.max()
3130

3231
#%%

0 commit comments

Comments
 (0)