Skip to content

Commit

Permalink
Make _initial_conditions_reconciliation! more general
Browse files Browse the repository at this point in the history
Now passes PowerSimulations tests with `psy4`.
  • Loading branch information
GabrielKS committed Mar 18, 2024
1 parent 7dff532 commit 7518cb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/simulation/simulation.jl
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ end
# Compare initial conditions for all `InitialConditionType`s with the
# `requires_reconciliation` trait across `models`, log @info messages for mismatches
function _initial_conditions_reconciliation!(
models::Vector{DecisionModel{GenericOpProblem}})
models::Vector{<:OperationModel})
model_names = get_name.(models)
has_mismatches = false
@info "Reconciling initial conditions across models $(join(model_names, ", "))"
Expand Down

0 comments on commit 7518cb7

Please sign in to comment.