Skip to content

Commit

Permalink
Update src/systems/diffeqs/abstractodesystem.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Aayush Sabharwal <[email protected]>
  • Loading branch information
ChrisRackauckas and AayushSabharwal committed Jul 27, 2024
1 parent a009aef commit 01d94a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/systems/diffeqs/abstractodesystem.jl
Original file line number Diff line number Diff line change
Expand Up @@ -777,7 +777,7 @@ function process_DEProblem(constructor, sys::AbstractODESystem, u0map, parammap;
varmap = canonicalize_varmap(varmap)
varlist = collect(map(unwrap, dvs))
missingvars = setdiff(varlist, collect(keys(varmap)))
setboserved = setdiff(collect(keys(varmap)), varlist)
setobserved = setdiff(collect(keys(varmap)), varlist)

# Append zeros to the variables which are determined by the initialization system
# This essentially bypasses the check for if initial conditions are defined for DAEs
Expand Down

0 comments on commit 01d94a4

Please sign in to comment.