Skip to content

Commit

Permalink
improve logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Milos-RTEi committed Dec 7, 2023
1 parent 6ed802e commit ae43372
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,8 @@ bool OptimizationParameters::checkTimeHorizon(OptProblemSettings& optSett)
logs.warning() << "Maintenance group: " << maintenanceGroup_.name()
<< ". Scenario Num: " << optSett.scenario
<< ". Optimization stopped in step: " << optSett.firstDay << ".Day - "
<< optSett.lastDay << ".Day. TimeHorizon <= 0 ";
<< optSett.lastDay
<< ".Day. TimeHorizon <= 0. This scenario wont have generated timeseries";
optSett.solved = false;
return false;
}
Expand Down

0 comments on commit ae43372

Please sign in to comment.