Skip to content

Commit 8a0ca61

Browse files
committed
add stdout for ci debugging
1 parent bf46c28 commit 8a0ca61

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/opf-var.jl

+1
Original file line numberDiff line numberDiff line change
@@ -643,6 +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)
646647
@test switch_status_total <= 13.000 && switch_status_total >= 11.000 # 1 to 3 swtiches off
647648

648649
branch_status_total = sum(branch["br_status"] for (i,branch) in result["solution"]["branch"])

0 commit comments

Comments
 (0)