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