Skip to content

Commit

Permalink
Update Wrappers/Python/test/test_functions.py
Browse files Browse the repository at this point in the history
Co-authored-by: Edoardo Pasca <[email protected]>
Signed-off-by: Margaret Duff <[email protected]>
  • Loading branch information
MargaretDuff and paskino authored Sep 14, 2023
1 parent 8a43601 commit 5e4edee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Wrappers/Python/test/test_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 5e4edee

Please sign in to comment.