From 5e4edee670bd2e44ff09e5fe49e8fd3f6fc33b0b Mon Sep 17 00:00:00 2001 From: Margaret Duff <43645617+MargaretDuff@users.noreply.github.com> Date: Thu, 14 Sep 2023 10:03:48 +0100 Subject: [PATCH] Update Wrappers/Python/test/test_functions.py Co-authored-by: Edoardo Pasca Signed-off-by: Margaret Duff <43645617+MargaretDuff@users.noreply.github.com> --- Wrappers/Python/test/test_functions.py | 1 - 1 file changed, 1 deletion(-) 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')