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.
prob.f.sys
remake
1 parent 3cf7743 commit 9869784Copy full SHA for 9869784
src/remake.jl
@@ -804,7 +804,7 @@ function updated_u0_p(
804
if u0 === missing && p === missing
805
return state_values(prob), parameter_values(prob)
806
end
807
- if prob.f.sys === nothing
+ if has_sys(prob.f) && prob.f.sys === nothing
808
if interpret_symbolicmap && eltype(p) !== Union{} && eltype(p) <: Pair
809
throw(ArgumentError("This problem does not support symbolic maps with " *
810
"`remake`, i.e. it does not have a symbolic origin. Please use `remake`" *
0 commit comments