Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ymiftah committed Jan 2, 2025
1 parent c5d19a5 commit 3e48499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_network_constructors.jl
Original file line number Diff line number Diff line change
Expand Up @@ -721,7 +721,7 @@ end
(i < 3) ? set_area!(comp, areas[1]) : set_area!(comp, areas[2])
end
# Deactivate generators on Area 1: as there is no area interchange defined,
# slacks will be required for fesibility
# slacks will be required for feasibility
for gen in get_components(x -> (get_area(get_bus(x)) == areas[1]), Generator, c_sys)
set_available!(gen, false)
end
Expand Down

0 comments on commit 3e48499

Please sign in to comment.