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 3d318af commit 3eb2f15Copy full SHA for 3eb2f15
src/remake.jl
@@ -290,7 +290,7 @@ function remake(prob::OptimizationProblem;
290
ispsymbolic = eltype(p) <: Pair && !isempty(p) && interpret_symbolicmap
291
if isu0symbolic && !has_sys(prob.f)
292
throw(ArgumentError("This problem does not support symbolic maps with" *
293
- " 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`" *
294
"with the `u0` keyword argument as a vector of values, paying attention to" *
295
"parameter order."))
296
end
0 commit comments