diff --git a/Wrappers/Python/test/test_functions.py b/Wrappers/Python/test/test_functions.py index 707b68718b..c372358c34 100644 --- a/Wrappers/Python/test/test_functions.py +++ b/Wrappers/Python/test/test_functions.py @@ -1118,7 +1118,6 @@ def test_compare_regularisation_toolkit(self): g_CIL = alpha * TotalVariation(iters, lower=0., warmstart=True) for i in range(6): res1 = g_CIL.proximal(noisy_data, 1.) - t1 = timer() np.testing.assert_array_almost_equal(res1.as_array(), res2.as_array(), decimal=3, err_msg='Comparing the CCPi proximal against the CIL TV proximal, with warmstart')