You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/systems/jumps/jumpsystem.jl
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -408,7 +408,7 @@ function DiffEqBase.DiscreteProblem(sys::JumpSystem, u0map, tspan::Union{Tuple,
408
408
error("The passed in JumpSystem contains `Equation`s or continuous events, please use a problem type that supports these features, such as ODEProblem.")
409
409
end
410
410
411
-
_f, u0, p =process_SciMLProblem(EmptySciMLFunction, sys, u0map, parammap;
411
+
_f, u0, p =process_SciMLProblem(EmptySciMLFunction{true}, sys, u0map, parammap;
0 commit comments