Closed jklenzing closed 2 years ago
Describe the bug When trying to load timed saber data, we get an error.
To Reproduce
import pysat inst = pysat.Instrument('timed', 'saber') inst.load(2019, 1)
yields
~/code/core/pysatNASA/pysatNASA/instruments/methods/cdaweb.py in load(fnames, tag, inst_id, file_cadence, flatten_twod) 111 data = pds.concat(ldata) 112 --> 113 return data, meta 114 115 UnboundLocalError: local variable 'data' referenced before assignment
Expected behavior Data should load
Screenshots n/a
Desktop (please complete the following information):
main
develop
load_meta_proc
Additional context Different error from #113 and #114, but discovered at the same time.
Root cause: files previously downloaded as empty. Redownloaded, now working.
Describe the bug When trying to load timed saber data, we get an error.
To Reproduce
yields
Expected behavior Data should load
Screenshots n/a
Desktop (please complete the following information):
main
,develop
,load_meta_proc
branchesdevelop
branchAdditional context Different error from #113 and #114, but discovered at the same time.