From 1ae1816475802b53fd514ed0137cf25db4f0b209 Mon Sep 17 00:00:00 2001 From: Chris Rackauckas Date: Tue, 23 Aug 2022 06:48:14 -0400 Subject: [PATCH] format --- src/problem.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/problem.jl b/src/problem.jl index 6580138b..5b56f5cb 100644 --- a/src/problem.jl +++ b/src/problem.jl @@ -227,7 +227,7 @@ function extend_problem(prob::DiffEqBase.AbstractDiscreteProblem, jumps; rng = D end function extend_problem(prob::DiffEqBase.AbstractODEProblem, jumps; rng = DEFAULT_RNG) - if isdefined(SciMLBase,:unwrapped_f) + if isdefined(SciMLBase, :unwrapped_f) _f = SciMLBase.unwrapped_f(prob.f) else _f = prob.f