Skip to content

Commit affbc14

Browse files
committed
nothing checking doesn't make sense here
1 parent a2a2954 commit affbc14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/OrdinaryDiffEqCore/src/solve.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ function DiffEqBase.__init(
188188
# If alias isa Bool, all fields of ODEAliases set to alias
189189
if alias isa Bool
190190
aliases = ODEAliasSpecifier(alias = alias)
191-
elseif isnothing(alias) || alias isa ODEAliasSpecifier
191+
elseif alias isa ODEAliasSpecifier
192192
aliases = alias
193193
end
194194
end

0 commit comments

Comments
 (0)