Skip to content

Improvements to LOSC data fetching

This PR combines a few different improvements related to TimeSeries.fetch_open_data, namely

  • use astropy progress bar for verbose=True
  • enable astropy download caching with cache=True
  • fixed errors when format='gwf'
  • improved unit tests for both TimeSeries and StateVector

Merge request reports