From cd3e7c7ffedb24d4b154fc438c268c9b8630e71f Mon Sep 17 00:00:00 2001 From: algol Date: Thu, 25 Jun 2026 12:11:10 +0100 Subject: [PATCH] adds modifications to the tests due to changes in remove all stripes --- tests/test_parallel_pipeline_big.py | 3 +++ tests/test_pipeline_big.py | 9 +++++++++ 2 files changed, 12 insertions(+) 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, ], )