Skip to content

Commit

Permalink
Fix codestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
rosteen committed Jan 30, 2024
1 parent 4949bea commit 2a4f39a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion specutils/tests/test_spectrum1d.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@ def test_spectral_axis_conversions():
assert wcs_spec.meta['header']['CRVAL1'] == 3622.



def test_spectral_slice():
spec = Spectrum1D(spectral_axis=np.linspace(100, 1000, 10) * u.nm,
flux=np.random.random(10) * u.Jy)
Expand Down

0 comments on commit 2a4f39a

Please sign in to comment.