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-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -425,14 +425,15 @@ function DiffEqBase.DiscreteProblem(sys::JumpSystem, u0map, tspan::Union{Tuple,
425
425
error("The passed in JumpSystem contains `Equation`s or continuous events, please use a problem type that supports these features, such as ODEProblem.")
426
426
end
427
427
428
-
_, u0, p =process_SciMLProblem(EmptySciMLFunction, sys, u0map, parammap;
428
+
_f, u0, p =process_SciMLProblem(EmptySciMLFunction, sys, u0map, parammap;
429
429
t = tspan ===nothing?nothing: tspan[1], use_union, tofloat =false, check_length =false)
0 commit comments