Skip to content

Commit 2269616

Browse files
committed
reduce tolerance on FISTA test as well due to padding issue
1 parent a488b92 commit 2269616

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_parallel_pipeline_big.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ def test_parallel_pipe_FISTA3d_tomobar_k11_38731(
464464

465465
residual_im = data_gt - data_result
466466
res_norm = np.linalg.norm(residual_im.flatten()).astype("float32")
467-
assert res_norm < 1e-5
467+
assert res_norm < 1e-3
468468

469469

470470
# ########################################################################

0 commit comments

Comments
 (0)