From 2f49d765783d24f6a29af88b0f17ed92c9a7c059 Mon Sep 17 00:00:00 2001 From: Tucker Oddleifson Date: Wed, 26 Feb 2025 00:29:19 -0700 Subject: [PATCH] Debugging tests --- test/runtests.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/runtests.jl b/test/runtests.jl index 875ebf597..cf09f26b6 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -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"))