Gwf reporter fixes
A few fixes:
-
calibration.py
:rand_seriesdict()
hadpglitch
misspelled. -
GWFReporter.retrieve()
: typo inhistories
, GetDim() was missing an argument -
GWFReporter.retrieve()
: If there is no data in that frame, there will be anIndexError
. This fix handles that error and returnsNone
, signifying that there's no data in the frame.