Skip to content

Commit 7aa3e00

Browse files
committed
account for weird julia 1.6 windows thing
1 parent e438456 commit 7aa3e00

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/en_opf_bounds.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
function calc_sol_pmd(data_math, form; optimizer=ipopt_solver)
44
pm = instantiate_mc_model(data_math, form, build_mc_opf)
55
res = optimize_model!(pm, optimizer=optimizer)
6-
@test res["termination_status"] == LOCALLY_SOLVED
6+
@test res["termination_status"] [LOCALLY_SOLVED, ALMOST_LOCALLY_SOLVED]
77
sol_pmd = transform_solution(res["solution"], data_math, make_si=true)
88
return sol_pmd
99
end

0 commit comments

Comments
 (0)