Skip to content

Commit

Permalink
fix return
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-lara committed Jun 12, 2024
1 parent 724056d commit 136f4a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/devices_models/devices/AC_branches.jl
Original file line number Diff line number Diff line change
Expand Up @@ -464,8 +464,9 @@ function _make_flow_expressions!(
)
)
end
#return name, expressions
return expressions
return name, expressions
# change when using the not concurrent version
#return expressions
end

function _make_flow_expressions!(
Expand Down Expand Up @@ -501,7 +502,6 @@ function _make_flow_expressions!(
branch_flow_expr[name, :] .= expressions
end


#= Leaving serial code commented out for debugging purposes in the future
for name in branches
ptdf_col = ptdf[name, :]
Expand Down

0 comments on commit 136f4a7

Please sign in to comment.