From 185eb3e2ef34b5ce6b8f90a28a5bcc78432b7fd3 Mon Sep 17 00:00:00 2001 From: Antoine Rolet Date: Tue, 5 Sep 2017 15:10:44 +0900 Subject: Removed prints --- ot/lp/emd_wrap.pyx | 2 -- 1 file changed, 2 deletions(-) diff --git a/ot/lp/emd_wrap.pyx b/ot/lp/emd_wrap.pyx index 435a270..4febb32 100644 --- a/ot/lp/emd_wrap.pyx +++ b/ot/lp/emd_wrap.pyx @@ -68,8 +68,6 @@ def emd_c( np.ndarray[double, ndim=1, mode="c"] a,np.ndarray[double, ndim=1, mod if not len(b): b=np.ones((n2,))/n2 - print alpha.size - print beta.size # calling the function EMD_wrap(n1,n2, a.data, b.data, M.data, G.data, alpha.data, beta.data, &cost, maxiter) -- cgit v1.2.3