We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2312fee commit 0141e3bCopy full SHA for 0141e3b
zenodo-tests/test_recon/test_algorithm.py
@@ -435,7 +435,7 @@ def test_reconstruct_LPRec3d_tomobar_k11_dataset2(k11_dataset2: tuple):
435
)
436
assert recon_data.flags.c_contiguous
437
recon_data = recon_data.get()
438
- assert isclose(np.sum(recon_data), 10865.341, abs_tol=10**-3)
+ assert isclose(np.sum(recon_data), 10865.34, abs_tol=10**-2)
439
assert recon_data.dtype == np.float32
440
assert recon_data.shape == (2560, 25, 2560)
441
0 commit comments