From 6f22d38afa2543832191143ca552682147b48f2a Mon Sep 17 00:00:00 2001 From: Margaret Duff <43645617+MargaretDuff@users.noreply.github.com> Date: Thu, 14 Sep 2023 10:04:18 +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 c372358c34..3621d4e208 100644 --- a/Wrappers/Python/test/test_functions.py +++ b/Wrappers/Python/test/test_functions.py @@ -1122,7 +1122,6 @@ def test_compare_regularisation_toolkit(self): res2.as_array(), decimal=3, err_msg='Comparing the CCPi proximal against the CIL TV proximal, with warmstart') - # print(t1-t0) @unittest.skipUnless(has_tomophantom and has_ccpi_regularisation, "Missing Tomophantom or Regularisation-Toolkit") def test_compare_regularisation_toolkit_tomophantom(self):