Skip to content

Commit

Permalink
Disabling NCEI server test -- their headquarters in Asheville, NC hav…
Browse files Browse the repository at this point in the history
…e been severely impacted by Hurrican Helene, and the NCEI site is offlin,e with no ETA for recovery.
  • Loading branch information
jameswilburlewis committed Oct 1, 2024
1 parent e5aa345 commit f9a980b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyspedas/projects/poes/tests/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ def test_downloadonly(self):
files = pyspedas.poes.sem(downloadonly=True, probe='noaa19')
self.assertTrue(os.path.exists(files[0]))

@unittest.skip("NCEI offline for the time being, due to hurricane damage")
def test_ncei_server(self):
vars = load(trange=['1999-01-03', '1999-01-04'], probe=['noaa15'], ncei_server=True, time_clip=True)
self.assertTrue('geogLL' in vars)
Expand Down

0 comments on commit f9a980b

Please sign in to comment.