We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf46c28 commit 8a0ca61Copy full SHA for 8a0ca61
test/opf-var.jl
@@ -643,6 +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
648
649
branch_status_total = sum(branch["br_status"] for (i,branch) in result["solution"]["branch"])
0 commit comments