Sometimes prognostic run is incomplete and we will still like to look at error statistics for a specific time frame. This PR adds the capability of specifying the start and end date when saving prognostic run diagnostics.
Added public API:
prognostic_run_diags save: additional flags --start-date and --end-date
Significant internal changes:
When start/end date is specified, we slice the loaded data.
Sometimes prognostic run is incomplete and we will still like to look at error statistics for a specific time frame. This PR adds the capability of specifying the start and end date when saving prognostic run diagnostics.
Added public API:
prognostic_run_diags save
: additional flags--start-date
and--end-date
Significant internal changes:
When start/end date is specified, we slice the loaded data.
[x] Tests added
Coverage reports (updated automatically):