Skip to content

Commit 094e1b9

Browse files
authored
CI Fix (#922)
* add 1e-4 tolerance on dc oswpf node-breaker test
1 parent 8e346b4 commit 094e1b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/opf-var.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ end
646646
@test switch_status_total <= 13.000 && switch_status_total >= 10.000 # 1 to 4 swtiches off
647647

648648
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
649+
@test branch_status_total >= 4.9999 && branch_status_total <= 7.0001 # zero-two branches off
650650
end
651651
end
652652

0 commit comments

Comments
 (0)