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: DeprecationWarnings for F10.7 Historic data #86

Closed aburrell closed 1 year ago

aburrell commented 2 years ago

Description

No matter how you try and download historic F10.7 data, you get a deprecation warning.

To Reproduce this bug:

Steps to reproduce the behavior:

f107_hist.download(start=f107_hist.lasp_stime, stop=f107_hist.today(), freq='MS') and pysat raises a deprecation warning for using freq. f107_hist.download(start=f107_hist.lasp_stime, stop=f107_hist.today()) and pysatSpaceWeather raises a deprecation warning for not using freq.

Test configuration

Additional context

Add any other context about the problem here.