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 7be3e98 commit 3d318afCopy full SHA for 3d318af
src/remake.jl
@@ -73,7 +73,7 @@ function remake(prob::ODEProblem; f = missing,
73
ispsymbolic = eltype(p) <: Pair && !isempty(p) && interpret_symbolicmap
74
if isu0symbolic && !has_sys(prob.f)
75
throw(ArgumentError("This problem does not support symbolic maps with" *
76
- " remake, i.e. it does not have a symbolic origin. Please use `remke`" *
+ " remake, i.e. it does not have a symbolic origin. Please use `remake`" *
77
"with the `u0` keyword argument as a vector of values, paying attention to" *
78
"parameter order."))
79
end
0 commit comments