@@ -168,9 +168,9 @@ def test_reconstruct_FBP3d_tomobar_3_detpad_true(
168168 )
169169
170170 recon_data = recon_data .get ()
171- assert_allclose (np .mean (recon_data ), - 0.00035695144 , atol = 1e-6 )
171+ assert_allclose (np .mean (recon_data ), - 0.00041842036 , atol = 1e-6 )
172172 assert_allclose (
173- np .mean (recon_data , axis = (0 , 2 )).sum (), - 0.045689818 , rtol = 1e-06 , atol = 1e-5
173+ np .mean (recon_data , axis = (0 , 2 )).sum (), - 0.05355779 , rtol = 1e-06 , atol = 1e-5
174174 )
175175 assert recon_data .dtype == np .float32
176176 assert recon_data .shape == (210 , 128 , 210 )
@@ -257,8 +257,8 @@ def test_reconstruct_CGLS3d_tomobar_detpad_true(
257257 )
258258 assert recon_data .flags .c_contiguous
259259 recon_data = recon_data .get ()
260- assert_allclose (np .mean (recon_data ), 0.0021554278 , rtol = 1e-07 , atol = 1e-6 )
261- assert_allclose (np .mean (recon_data , axis = (0 , 2 )).sum (), 0.27589476 , rtol = 1e-03 )
260+ assert_allclose (np .mean (recon_data ), 0.0021257945 , rtol = 1e-07 , atol = 1e-6 )
261+ assert_allclose (np .mean (recon_data , axis = (0 , 2 )).sum (), 0.27210176 , rtol = 1e-03 )
262262 assert recon_data .dtype == np .float32
263263
264264
@@ -306,8 +306,8 @@ def test_reconstruct_FISTA3d_tomobar_pd_tv_detpad_true(
306306 )
307307 assert recon_data .flags .c_contiguous
308308 recon_data = cp .asnumpy (recon_data )
309- assert_allclose (np .mean (recon_data ), 0.0018338546 , rtol = 1e-07 , atol = 1e-6 )
310- assert_allclose (np .mean (recon_data , axis = (0 , 2 )).sum (), 0.23473345 , rtol = 1e-04 )
309+ assert_allclose (np .mean (recon_data ), 0.00183313 , rtol = 1e-07 , atol = 1e-6 )
310+ assert_allclose (np .mean (recon_data , axis = (0 , 2 )).sum (), 0.23464072 , rtol = 1e-04 )
311311 assert recon_data .dtype == np .float32
312312
313313
0 commit comments