Skip to content

Commit

Permalink
add additional print
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-lara committed Jul 9, 2024
1 parent 35e1f67 commit c10d201
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/simulation/simulation.jl
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,7 @@ function _build_single_model_for_simulation(
_pre_solve_model_checks(model)
catch
set_status!(model, ModelBuildStatus.FAILED)
@error "Failed to build $(get_name(model))"

Check warning on line 344 in src/simulation/simulation.jl

View check run for this annotation

Codecov / codecov/patch

src/simulation/simulation.jl#L344

Added line #L344 was not covered by tests
rethrow()
end
return
Expand Down

0 comments on commit c10d201

Please sign in to comment.