Skip to content

Commit 869faad

Browse files
fix: filter nothing values in op/u0map/pmap in process_SciMLProblem
1 parent d39695b commit 869faad

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
@@ -746,6 +746,9 @@ function process_SciMLProblem(
746746

747747
op, missing_unknowns, missing_pars = build_operating_point(
748748
u0map, pmap, defs, cmap, dvs, ps)
749+
filter_missing_values!(op)
750+
filter_missing_values!(u0map)
751+
filter_missing_values!(pmap)
749752
substitute_extra_variables!(sys, u0map)
750753
substitute_extra_variables!(sys, pmap)
751754

0 commit comments

Comments
 (0)