Skip to content

Commit

Permalink
add newline
Browse files Browse the repository at this point in the history
  • Loading branch information
nden authored and WilliamJamieson committed Nov 12, 2024
1 parent f6ff5a0 commit 12692ac
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions gwcs/tests/test_bounding_box.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 12692ac

Please sign in to comment.