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 Sep 6, 2024
1 parent 21249bd commit 3f244a2
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 @@ -797,7 +797,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)

if eltype(parammap) <: Pair
parammap = Dict(unwrap(k) => v for (k, v) in todict(parammap))
Expand Down

0 comments on commit 3f244a2

Please sign in to comment.