Skip to content

Commit

Permalink
codestyle fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kelle committed Nov 22, 2023
1 parent 34257f4 commit 8bef29c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion specutils/tests/test_loaders.py
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,6 @@ def test_tabular_fits_header(tmp_path):

# Test HDU0 header
assert hdulist[0].header['OBSERVER'] == 'Parsons'

# keys relevant to datashape are in HDU1 header
assert hdulist[1].header['NAXIS'] == 2
assert hdulist[1].header['NAXIS2'] == disp.shape[0]
Expand Down

0 comments on commit 8bef29c

Please sign in to comment.