diff --git a/tests/test_parallel_pipeline_big.py b/tests/test_parallel_pipeline_big.py index b054f41c0..39563d98d 100644 --- a/tests/test_parallel_pipeline_big.py +++ b/tests/test_parallel_pipeline_big.py @@ -193,12 +193,15 @@ def test_parallel_pipe_LPRec3d_tomobar_i12_119647_preview( LPRec3d_tomobar, method=[ "standard_tomo", + "remove_all_stripe", ], key=[ "preview", + "normalize", ], value=[ {"detector_y": {"start": 900, "stop": 1200}}, + True, ], ) diff --git a/tests/test_pipeline_big.py b/tests/test_pipeline_big.py index 3f5e1e999..662bea39d 100644 --- a/tests/test_pipeline_big.py +++ b/tests/test_pipeline_big.py @@ -99,12 +99,15 @@ def test_pipe_FBP3d_tomobar_i12_119647_preview( FBP3d_tomobar, method=[ "standard_tomo", + "remove_all_stripe", ], key=[ "preview", + "normalize", ], value=[ {"detector_y": {"start": 900, "stop": 1200}}, + True, ], ) @@ -166,12 +169,15 @@ def test_pipe_LPRec3d_tomobar_i12_119647_preview( LPRec3d_tomobar, method=[ "standard_tomo", + "remove_all_stripe", ], key=[ "preview", + "normalize", ], value=[ {"detector_y": {"start": 900, "stop": 1200}}, + True, ], ) @@ -298,12 +304,15 @@ def test_pipe_FBP3d_tomobar_denoising_i13_177906_preview( FBP3d_tomobar_denoising, method=[ "standard_tomo", + "remove_all_stripe", ], key=[ "preview", + "normalize", ], value=[ {"detector_y": {"start": 900, "stop": 1200}}, + True, ], )