Skip to content

Commit

Permalink
add stdout for ci debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
ccoffrin committed Jan 2, 2024
1 parent bf46c28 commit 8a0ca61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/opf-var.jl
Original file line number Diff line number Diff line change
Expand Up @@ -643,6 +643,7 @@ end
@test isapprox(result["objective"], 15141.2; atol = 1e0)

switch_status_total = sum(switch["status"] for (i,switch) in result["solution"]["switch"])
println(switch_status_total)
@test switch_status_total <= 13.000 && switch_status_total >= 11.000 # 1 to 3 swtiches off

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

0 comments on commit 8a0ca61

Please sign in to comment.