From 35c1ed097876b80f6de8f88da966d763162c04ff Mon Sep 17 00:00:00 2001 From: Edoardo Pasca Date: Thu, 10 Jan 2019 14:51:51 +0000 Subject: remove print closes #86 --- Wrappers/Python/src/cpu_regularisers.pyx | 1 - 1 file changed, 1 deletion(-) (limited to 'Wrappers/Python/src') diff --git a/Wrappers/Python/src/cpu_regularisers.pyx b/Wrappers/Python/src/cpu_regularisers.pyx index 33d6eb7..7d57ed1 100644 --- a/Wrappers/Python/src/cpu_regularisers.pyx +++ b/Wrappers/Python/src/cpu_regularisers.pyx @@ -203,7 +203,6 @@ def TGV_CPU(inputData, regularisation_parameter, alpha1, alpha0, iterations, Lip iterations, LipshitzConst) elif inputData.ndim == 3: shape = inputData.shape - print (shape) out = inputData.copy() for i in range(shape[0]): out[i,:,:] = TGV_2D(inputData[i,:,:], regularisation_parameter, -- cgit v1.2.3