Skip to content

Commit

Permalink
Fix RSS filename
Browse files Browse the repository at this point in the history
  • Loading branch information
rosteen committed Mar 28, 2024
1 parent e33e9ee commit 40ac61b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specutils/tests/test_loaders.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ def test_manga_cube():

@pytest.mark.remote_data
def test_manga_rss():
url = 'https://dr17.sdss.org/sas/dr17/manga/spectro/redux/v3_1_1/8485/stack/manga-8485-1901-LOGCUBE.fits.gz'
url = 'https://dr17.sdss.org/sas/dr17/manga/spectro/redux/v3_1_1/8485/stack/manga-8485-1901-LOGRSS.fits.gz'
spec = Spectrum.read(url, format='MaNGA rss')

assert isinstance(spec, Spectrum)
Expand Down

0 comments on commit 40ac61b

Please sign in to comment.