Skip to content

Gwf reporter fixes

Patrick Godwin requested to merge gwf_reporter_fixes into master

A few fixes:

  • calibration.py: rand_seriesdict() had pglitch misspelled.
  • GWFReporter.retrieve(): typo in histories, GetDim() was missing an argument
  • GWFReporter.retrieve(): If there is no data in that frame, there will be an IndexError. This fix handles that error and returns None, signifying that there's no data in the frame.

Merge request reports

Loading