Skip to content

Commit 7a5ca45

Browse files
authored
Update zenodo-tests/test_recon/test_algorithm.py
1 parent 10819af commit 7a5ca45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zenodo-tests/test_recon/test_algorithm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def test_reconstruct_FBP_i12_dataset1(i12_dataset1):
3838
)
3939
assert recon_data.flags.c_contiguous
4040
recon_data = recon_data.get()
41-
assert_allclose(np.sum(recon_data), 46569.402, rtol=1e-07, atol=1e-6)
41+
assert_allclose(np.sum(recon_data), 46569.39, rtol=1e-07, atol=1e-6)
4242
assert recon_data.dtype == np.float32
4343
assert recon_data.shape == (2560, 50, 2560)
4444

0 commit comments

Comments
 (0)