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 12ef813 commit 3ca1c63Copy full SHA for 3ca1c63
src/problems/discreteproblem.jl
@@ -47,7 +47,7 @@ end
47
add_toterms!(u0map; replace = true)
48
f, u0, p = process_SciMLProblem(DiscreteFunction{iip, spec}, sys, op;
49
t = tspan !== nothing ? tspan[1] : tspan, check_compatibility, expression,
50
- kwargs...)
+ build_initializeprob = false, kwargs...)
51
52
if expression == Val{true}
53
u0 = :(f($u0, p, tspan[1]))
0 commit comments