Skip to content

Commit

Permalink
Debugging tests
Browse files Browse the repository at this point in the history
  • Loading branch information
toddleif committed Feb 26, 2025
1 parent cc96baf commit 2f49d76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1920,7 +1920,7 @@ else # run HiGHS tests
r = run_reopt(m, post)

# Test generator outputs
@test typeof(r) == Model # this is true when the model is infeasible
@test typeof(r) == JuMP.Model # this is true when the model is infeasible

### Scenario 3: Indonesia. Wind (custom prod) and Generator only
m = JuMP.Model(optimizer_with_attributes(HiGHS.Optimizer, "output_flag" => false, "log_to_console" => false, "mip_rel_gap" => 0.01, "presolve" => "on"))
Expand Down

0 comments on commit 2f49d76

Please sign in to comment.