Skip to content

Commit

Permalink
Update src/core/optimization_container.jl
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
jd-lara and github-actions[bot] authored Jan 22, 2024
1 parent 782e017 commit f93f740
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/optimization_container.jl
Original file line number Diff line number Diff line change
Expand Up @@ -508,8 +508,8 @@ function _make_system_expressions!(
ExpressionKey(ActivePowerBalance, PSY.DCBus) =>
_make_container_array(dc_bus_numbers, time_steps),
ExpressionKey(ActivePowerBalance, PSY.ACBus) =>
# Bus numbers are sorted to guarantee consistency in the order between the
# containers
# Bus numbers are sorted to guarantee consistency in the order between the
# containers
_make_container_array(sort!(ac_bus_numbers), time_steps),
)
return
Expand Down

0 comments on commit f93f740

Please sign in to comment.