Skip to content

Commit

Permalink
fix key
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-lara committed Jan 7, 2025
1 parent f2e8802 commit 0b3cb25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/models/network_models.jl
Original file line number Diff line number Diff line change
Expand Up @@ -401,8 +401,8 @@ function PSI.update_container_parameter_values!(
PSI.update_container_parameter_values!(
optimization_container,
model,
key.parameter_key,
PSI.get_decision_states(simulation_state)
key,
PSI.get_decision_states(simulation_state),
)
return
end

0 comments on commit 0b3cb25

Please sign in to comment.