From 94ab632dca0fb39be4a119683183bb7027106f1a Mon Sep 17 00:00:00 2001 From: monai-bot <64792179+monai-bot@users.noreply.github.com> Date: Mon, 27 May 2024 11:00:36 +0100 Subject: [PATCH] auto updates (#7807) Signed-off-by: monai-bot Signed-off-by: monai-bot Co-authored-by: YunLiu <55491388+KumoLiu@users.noreply.github.com> --- tests/test_clip_intensity_percentiles.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_clip_intensity_percentiles.py b/tests/test_clip_intensity_percentiles.py index a821558fb7..cab2a89a47 100644 --- a/tests/test_clip_intensity_percentiles.py +++ b/tests/test_clip_intensity_percentiles.py @@ -22,6 +22,7 @@ class TestClipIntensityPercentiles2D(NumpyImageTestCase2D): + @parameterized.expand([[p] for p in TEST_NDARRAYS]) def test_hard_clipping_two_sided(self, p): hard_clipper = ClipIntensityPercentiles(upper=95, lower=5)