Skip to content

Commit

Permalink
Merge pull request #36 from NREL-Sienna/jd/implemente_new_parameter_u…
Browse files Browse the repository at this point in the history
…pdate

fix ambiguity
  • Loading branch information
jd-lara authored Sep 27, 2024
2 parents 6121696 + cb5c8b2 commit 4f9bf11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/feedforwards.jl
Original file line number Diff line number Diff line change
Expand Up @@ -241,10 +241,10 @@ end
# TODO: It also needs the add parameters code

function PSI.update_parameter_values!(
model::PSI.OperationModel,
model::PSI.DecisionModel,
key::PSI.ParameterKey{T, U},
input::PSI.DatasetContainer{PSI.InMemoryDataset},
) where {T <: ReservoirLimitParameter, U <: PSY.Generator}
) where {T <: ReservoirLimitParameter, U <: PSY.HydroGen}
# Enable again for detailed debugging
# TimerOutputs.@timeit RUN_SIMULATION_TIMER "$T $U Parameter Update" begin
optimization_container = PSI.get_optimization_container(model)
Expand Down

0 comments on commit 4f9bf11

Please sign in to comment.