Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion sunkit_instruments/fermi/tests/test_fermi.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ def test_download_weekly_pointing_file():
assert afile.endswith(".fits")


@pytest.mark.remote_data
@pytest.fixture
def pointing_file():
# set a test date
Expand Down
3 changes: 0 additions & 3 deletions sunkit_instruments/suvi/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@


@pytest.fixture(scope="session")
@pytest.mark.remote_data
def L1B_FITS():
downloader = Downloader()
url = "https://data.ngdc.noaa.gov/platforms/solar-space-observing-satellites/goes/goes16/l1b/suvi-l1b-fe171/2021/12/31/OR_SUVI-L1b-Fe171_G16_s20213650006108_e20213650006118_c20213650006321.fits.gz"
Expand All @@ -16,7 +15,6 @@ def L1B_FITS():


@pytest.fixture(scope="session")
@pytest.mark.remote_data
def L1B_NC():
downloader = Downloader()
url = "https://noaa-goes16.s3.amazonaws.com/SUVI-L1b-Fe171/2021/365/00/OR_SUVI-L1b-Fe171_G16_s20213650022109_e20213650022119_c20213650022323.nc"
Expand All @@ -27,7 +25,6 @@ def L1B_NC():


@pytest.fixture(scope="session")
@pytest.mark.remote_data
def L2_COMPOSITE():
downloader = Downloader()
url = "https://data.ngdc.noaa.gov/platforms/solar-space-observing-satellites/goes/goes16/l2/data/suvi-l2-ci171/2021/12/31/dr_suvi-l2-ci171_g16_s20211231T000800Z_e20211231T001200Z_v1-0-1.fits"
Expand Down