diff --git a/tests/test_parallel_pipeline_big.py b/tests/test_parallel_pipeline_big.py index 0f15e8de6..b054f41c0 100644 --- a/tests/test_parallel_pipeline_big.py +++ b/tests/test_parallel_pipeline_big.py @@ -265,20 +265,23 @@ def test_parallel_pipe_360deg_distortion_FBP3d_tomobar_i13_179623_preview( "find_center_360", "find_center_360", "find_center_360", + "find_center_360", "distortion_correction_proj_discorpy", ], key=[ "preview", "ind", + "side", "use_overlap", "norm", "metadata_path", ], value=[ - {"detector_y": {"start": 900, "stop": 1100}}, - 24, - True, - True, + {"detector_y": {"start": 900, "stop": 1000}}, + "mid", + "right", + False, + False, "/data/tomography/raw_data/i13/360/179623_coeff.txt", ], )