From 8a0ca614454a0c4c488972b1409c90877c1a9201 Mon Sep 17 00:00:00 2001 From: Carleton Coffrin Date: Mon, 1 Jan 2024 20:43:02 -0700 Subject: [PATCH] add stdout for ci debugging --- test/opf-var.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/test/opf-var.jl b/test/opf-var.jl index 52f9bbdd..8ccbca51 100644 --- a/test/opf-var.jl +++ b/test/opf-var.jl @@ -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"])