Skip to content

Commit 0141e3b

Browse files
committed
fixing autopadding and tests2
1 parent 2312fee commit 0141e3b

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
@@ -435,7 +435,7 @@ def test_reconstruct_LPRec3d_tomobar_k11_dataset2(k11_dataset2: tuple):
435435
)
436436
assert recon_data.flags.c_contiguous
437437
recon_data = recon_data.get()
438-
assert isclose(np.sum(recon_data), 10865.341, abs_tol=10**-3)
438+
assert isclose(np.sum(recon_data), 10865.34, abs_tol=10**-2)
439439
assert recon_data.dtype == np.float32
440440
assert recon_data.shape == (2560, 25, 2560)
441441

0 commit comments

Comments
 (0)