Skip to content

Commit 4f2ce1f

Browse files
committed
increase test range for ci compat
1 parent 8a0ca61 commit 4f2ce1f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/opf-var.jl

+1-2
Original file line numberDiff line numberDiff line change
@@ -643,8 +643,7 @@ end
643643
@test isapprox(result["objective"], 15141.2; atol = 1e0)
644644

645645
switch_status_total = sum(switch["status"] for (i,switch) in result["solution"]["switch"])
646-
println(switch_status_total)
647-
@test switch_status_total <= 13.000 && switch_status_total >= 11.000 # 1 to 3 swtiches off
646+
@test switch_status_total <= 13.000 && switch_status_total >= 10.000 # 1 to 4 swtiches off
648647

649648
branch_status_total = sum(branch["br_status"] for (i,branch) in result["solution"]["branch"])
650649
@test branch_status_total >= 5.0 && branch_status_total <= 7.0 # zero-two branches off

0 commit comments

Comments
 (0)