From 0c038d7146837d6485dc5772afbfe9aa26341ff2 Mon Sep 17 00:00:00 2001 From: Romain Hugonnet Date: Wed, 11 Sep 2024 13:55:55 -0800 Subject: [PATCH] Linting --- tests/test_coreg/test_affine.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tests/test_coreg/test_affine.py b/tests/test_coreg/test_affine.py index 2f61f4c0..a57c2bd9 100644 --- a/tests/test_coreg/test_affine.py +++ b/tests/test_coreg/test_affine.py @@ -277,7 +277,6 @@ def test_coreg_translations__synthetic(self, fit_args, shifts, coreg_method) -> tol = 0.01 if coreg_method != coreg.ICP else 0.05 assert np.nanvar(dh / np.nanstd(init_dh)) < tol - @pytest.mark.parametrize( "coreg_method__shift", [ @@ -388,9 +387,7 @@ def test_coreg_vertical_translation__example( assert vshift == pytest.approx(expected_vshift) @pytest.mark.parametrize("fit_args", all_fit_args) # type: ignore - @pytest.mark.parametrize( - "shifts_rotations", [(20, 5, 0, 0.02, 0.05, 0.1), (-50, 100, 0, 10, 5, 4)] - ) # type: ignore + @pytest.mark.parametrize("shifts_rotations", [(20, 5, 0, 0.02, 0.05, 0.1), (-50, 100, 0, 10, 5, 4)]) # type: ignore @pytest.mark.parametrize("coreg_method", [coreg.ICP]) # type: ignore def test_coreg_rigid__synthetic(self, fit_args, shifts_rotations, coreg_method) -> None: """