hongyuanjia / epluspar

Conduct parametric analysis on EnergyPlus models in R
https://hongyuanjia.github.io/epluspar
Other
9 stars 0 forks source link

Cannot see the error message when optimization validation failed #27

Closed hongyuanjia closed 3 years ago

hongyuanjia commented 3 years ago
> ga$validate()
Checking if parameter(s) has been set ...
Checking if objective(s) has been set ...
Validating parameter function 'zonal_design' ...
Validating objective function(s)...
Error: Validation failed. Test simulation did not complete successfully. The error messages are:
  > ══ EnergyPlus Error File ════════════════════════════════════════════════════════
  >   * EnergyPlus version: 9.2.0 (921312fa1d)
  >   * Simulation started: 2021-03-18 20:35:00
  >   * Terminated: TRUE
  >   * Successful: FALSE
  >   * Warning[W]: 70
  >   * Severe[S]:  1
  >   * Fatal[F]:   1
  >
  > ── During Simulation Initiation ─────────────────────────────────────────────────
  > [W 1/70] Timestep: Requested number (1) is less than the suggested minimum of 4.
  >         Please see entry for Timestep in Input/Output Reference for discussion
  >         of considerations.
  > [W 2/70] ProcessScheduleInput: DecodeHHMMField, Invalid "until" field value is
  >
In addition: Warning message:
Simulation ended with errors. Simulation results may not be correct.
>
hongyuanjia commented 3 years ago

Closes via 6334884b1c56d07ed020887660b6a2eb2bf51406