Skip to content

Commit

Permalink
remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-lara committed Aug 5, 2024
1 parent 1cf7afb commit 275af17
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/algorithms/sequential_algorithm.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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
Expand Down

0 comments on commit 275af17

Please sign in to comment.