We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4175ae8 commit c42bec7Copy full SHA for c42bec7
src/Symbolics/Symbolics_utils.jl
@@ -51,7 +51,7 @@ function substitute_all(x::Subtype, rules::Dict; include_derivatives=true)
51
if include_derivatives
52
drules = Pair[]
53
for var in keys(rules)
54
- if !isa(rules[var], Union{AbstractFloat, Integer})
+ if !isa(rules[var], Union{AbstractFloat,Integer})
55
pair = Differential(var) => Differential(rules[var])
56
push!(drules, pair)
57
end
0 commit comments