We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8101928 commit 60cad73Copy full SHA for 60cad73
lib/OrdinaryDiffEqCore/src/solve.jl
@@ -120,6 +120,10 @@ function DiffEqBase.__init(
120
@warn("Dense output is incompatible with saveat. Please use the SavingCallback from the Callback Library to mix the two behaviors.")
121
end
122
123
+ if !(alias isa ODEAliases)
124
+ error("Keyword argument `alias` must be a `ODEAliases`. ")
125
+ end
126
+
127
progress && @logmsg(LogLevel(-1), progress_name, _id=progress_id, progress=0)
128
129
tType = eltype(prob.tspan)
0 commit comments