Skip to content

Commit

Permalink
add nonspin slack
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigomha committed Sep 17, 2024
1 parent 377cf9c commit 298a709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services_models/service_slacks.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
function reserve_slacks!(
container::OptimizationContainer,
service::T,
) where {T <: PSY.Reserve}
) where {T <: Union{PSY.Reserve, PSY.ReserveNonSpinning}}
time_steps = get_time_steps(container)
variable = add_variable_container!(
container,
Expand Down

0 comments on commit 298a709

Please sign in to comment.