Skip to content

Commit 8a16286

Browse files
fix: filter nothing values in op/u0map/pmap in process_SciMLProblem
1 parent fc9b773 commit 8a16286

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/systems/problem_utils.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -740,6 +740,9 @@ function process_SciMLProblem(
740740

741741
op, missing_unknowns, missing_pars = build_operating_point(
742742
u0map, pmap, defs, cmap, dvs, ps)
743+
filter_missing_values!(op)
744+
filter_missing_values!(u0map)
745+
filter_missing_values!(pmap)
743746
substitute_extra_variables!(sys, u0map)
744747
substitute_extra_variables!(sys, pmap)
745748

0 commit comments

Comments
 (0)