From def5a2a930ef29cc88f7842b8548cb63ca30a692 Mon Sep 17 00:00:00 2001 From: algol Date: Tue, 19 May 2026 16:35:48 +0100 Subject: [PATCH] updating the parallel tests --- tests/test_parallel_pipeline_big.py | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) 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", ], )