We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a0ca61 commit 4f2ce1fCopy full SHA for 4f2ce1f
test/opf-var.jl
@@ -643,8 +643,7 @@ end
643
@test isapprox(result["objective"], 15141.2; atol = 1e0)
644
645
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
+ @test switch_status_total <= 13.000 && switch_status_total >= 10.000 # 1 to 4 swtiches off
648
649
branch_status_total = sum(branch["br_status"] for (i,branch) in result["solution"]["branch"])
650
@test branch_status_total >= 5.0 && branch_status_total <= 7.0 # zero-two branches off
0 commit comments