Skip to content

Commit

Permalink
Fix TODO on chronology doc in simulation sequence
Browse files Browse the repository at this point in the history
  • Loading branch information
kdayday committed Sep 23, 2024
1 parent c3e3da0 commit 707cd5c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/simulation/simulation_sequence.jl
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,9 @@ Construct the simulation sequence between decision and emulation models.
- `models::SimulationModels`: Vector of decisions and emulation models.
- `feedforward = Dict{String, Vector{<:AbstractAffectFeedforward}}()`: Optional dictionary to specify how information
and variables are exchanged between decision and emulation models.
- `ini_cond_chronology::nitialConditionChronology = InterProblemChronology()`: TODO
and variables are exchanged between decision and emulation models.
- `ini_cond_chronology::InitialConditionChronology = InterProblemChronology()`: Define
information sharing model between stages with [`InterProblemChronology`](@ref)
# Example
Expand Down

0 comments on commit 707cd5c

Please sign in to comment.