diff options
-rw-r--r-- | Wrappers/Python/src/cpu_regularisers.pyx | 1 |
1 files changed, 0 insertions, 1 deletions
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, |