From 12692ace936187f70e3678930ed81c0c371b5628 Mon Sep 17 00:00:00 2001 From: Nadia Dencheva Date: Wed, 30 Oct 2024 20:26:56 -0400 Subject: [PATCH] add newline --- gwcs/tests/test_bounding_box.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/gwcs/tests/test_bounding_box.py b/gwcs/tests/test_bounding_box.py index 335dcc4c..1cc46404 100644 --- a/gwcs/tests/test_bounding_box.py +++ b/gwcs/tests/test_bounding_box.py @@ -85,8 +85,3 @@ def test_gwcs_spec_cel_time_4d(gwcs_spec_cel_time_4d, input, output): w = gwcs_spec_cel_time_4d assert_allclose(w.invert(*w(*input, with_bounding_box=False)), output, atol=1e-8) - - -# @pytest.mark.parametrize((("input", "output")), [((2, 4, 5), (2, 4, 5))] -# def test_gwcs_1d_freq_quantity(gwcs_1d_freq_quantity, input, output): -# w = gwcs_1d_freq_quantity \ No newline at end of file