Skip to content

Commit 417b386

Browse files
committed
just check not-symbolic
1 parent 3c629ac commit 417b386

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/systems/problem_utils.jl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -788,10 +788,6 @@ function check_keys(sys, map)
788788
for k in keys(map)
789789
if symbolic_type(k) === NotSymbolic()
790790
push!(badkeys, k)
791-
elseif k isa Symbol
792-
!hasproperty(sys, k) && push!(badkeys, k)
793-
elseif k Set(parameters(sys)) && k Set(unknowns(sys))
794-
push!(badkeys, k)
795791
end
796792
end
797793

0 commit comments

Comments
 (0)