Skip to content

Commit

Permalink
Black compliance
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSkyentist committed Jul 13, 2024
1 parent cb9656e commit 962a9bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fitsmap/tests/test_convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ def test_get_array_fits():

np.testing.assert_equal(expected_array, actual_array[:])


@pytest.mark.unit
@pytest.mark.convert
def test_get_array_fits_gz():
Expand All @@ -267,6 +268,7 @@ def test_get_array_fits_gz():

np.testing.assert_equal(expected_array, actual_array[:])


@pytest.mark.unit
@pytest.mark.convert
def test_get_array_fits_fails():
Expand Down

0 comments on commit 962a9bf

Please sign in to comment.