We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65419e4 commit a41373cCopy full SHA for a41373c
tests/test_pipeline_big.py
@@ -392,7 +392,7 @@ def test_pipe_FBP3d_tomobar_denoising_i13_177906_preview(
392
393
residual_im = data_gt_tv - data_result
394
res_norm_tv_res = np.linalg.norm(residual_im.flatten()).astype("float32")
395
- assert res_norm_tv_res < 1e-4
+ assert res_norm_tv_res < 1e-3
396
397
398
# ########################################################################
0 commit comments