Skip to content

Commit

Permalink
[skip ci] Project updates
Browse files Browse the repository at this point in the history
  • Loading branch information
raphasampaio committed Nov 25, 2024
1 parent 0ddc7f3 commit e7119fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/optimize_helpers.jl
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ end

function treat_termination_status(model::JuMP.Model, options::SimulationOptions, t::Int, s::Int)
file_name = "model_stage_$(t)_scenario_$(s)"
info_msg = "Simulation model (second stage), stage $t, scenario $s finished with termination status: $(termination_status(model))"
info_msg = "Simulation model stage $t, scenario $s finished with termination status: $(termination_status(model))"
treat_termination_status(model, info_msg, file_name, options.debugging_options)
return nothing
end
Expand Down

0 comments on commit e7119fc

Please sign in to comment.