Skip to content

Commit 3c629ac

Browse files
committed
up
1 parent a9dc112 commit 3c629ac

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/systems/problem_utils.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -692,8 +692,6 @@ function process_SciMLProblem(
692692
pmap = to_varmap(pmap, ps)
693693
symbols_to_symbolics!(sys, pmap)
694694
check_keys(sys, pmap)
695-
badkeys = filter(k -> symbolic_type(k) === NotSymbolic(), keys(pmap))
696-
isempty(badkeys) || throw(BadKeyError(collect(badkeys)))
697695

698696
defs = add_toterms(recursive_unwrap(defaults(sys)))
699697
cmap, cs = get_cmap(sys)

0 commit comments

Comments
 (0)