pysat / pysatSpaceWeather

pysat support for space weather indices and data sets
BSD 3-Clause "New" or "Revised" License
7 stars 5 forks source link

BUG: NOAA radio flux failure #126

Closed jklenzing closed 10 months ago

jklenzing commented 11 months ago

Description

Running the historic noaa flux past the limit no longer yields a dict with the expected key.

To Reproduce this bug:

After running unit tests, we see

FAILED pysatSpaceWeather/tests/test_instruments.py::TestSWInstrumentLogging::test_historic_download_past_limit - KeyError: 'noaa_radio_flux'

This appears in the main branch on github actions as well as develop when running locally

Test configuration

Additional context

Running code manually, req.txt yields '{"": {\n}}\n'

aburrell commented 11 months ago

This is a change in behaviour on LASP's end. Making a fix for it.