From 275af17421a6fff305736fc21659cefc33c900fb Mon Sep 17 00:00:00 2001 From: Jose Daniel Lara Date: Mon, 5 Aug 2024 17:41:00 -0600 Subject: [PATCH] remove debug code --- src/algorithms/sequential_algorithm.jl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/algorithms/sequential_algorithm.jl b/src/algorithms/sequential_algorithm.jl index dfa9a74..685e0d9 100644 --- a/src/algorithms/sequential_algorithm.jl +++ b/src/algorithms/sequential_algorithm.jl @@ -136,6 +136,7 @@ function solve_impl!( if status != ISSIM.RunStatus.SUCCESSFULLY_FINALIZED return status end + #= src = subproblem.variables[ISOPT.VariableKey{PSI.FlowActivePowerVariable, PSY.MonitoredLine}("")] data = PSI.jump_value.(src) names, time_steps = axes(data) @@ -144,7 +145,7 @@ function solve_impl!( for n in names, t in time_steps cont[n, t] = data[n, t] end - + =# end write_results_to_main_container(container) return status