You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# all of the data left over is 1D, add as Series
> data = pandas.DataFrame(cdata, index=epoch)
E UnboundLocalError: local variable 'epoch' referenced before assignment
../pysatCDF/pysatCDF/_cdf.py:686: UnboundLocalError
Description
When loading some cdf datasets, pysatCDF may reference epoch before it is assigned.
To Reproduce this bug:
yields
Test configuration
enh/de2
branch of pysatNASAAdditional context
Found while working on pysat/pysatNASA#155
The text was updated successfully, but these errors were encountered: