We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3baa34b commit d43ce6fCopy full SHA for d43ce6f
test/test_emd.py
@@ -26,7 +26,6 @@
26
27
# loss matrix
28
M=ot.dist(x.reshape((-1,1)), y.reshape((-1,1))) ** (1./2)
29
-print M[0,:]
30
#M/=M.max()
31
32
#%%
0 commit comments