We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e346b4 commit 094e1b9Copy full SHA for 094e1b9
test/opf-var.jl
@@ -646,7 +646,7 @@ end
646
@test switch_status_total <= 13.000 && switch_status_total >= 10.000 # 1 to 4 swtiches off
647
648
branch_status_total = sum(branch["br_status"] for (i,branch) in result["solution"]["branch"])
649
- @test branch_status_total >= 5.0 && branch_status_total <= 7.0 # zero-two branches off
+ @test branch_status_total >= 4.9999 && branch_status_total <= 7.0001 # zero-two branches off
650
end
651
652
0 commit comments