diff --git a/src/utils.jl b/src/utils.jl index 5db3f7c..82756bb 100644 --- a/src/utils.jl +++ b/src/utils.jl @@ -303,7 +303,7 @@ function build_history_function(prob, alg, rate_prototype, reltol, differential_ ode_id = OrdinaryDiffEq.InterpolationData(ode_f, ode_timeseries, ode_ts, ode_ks, ode_alg_choice, true, ode_cache, - differential_vars, true) + differential_vars, false) ode_sol = DiffEqBase.build_solution(ode_prob, alg.alg, ode_ts, ode_timeseries; dense = true, k = ode_ks, interp = ode_id, alg_choice = ode_alg_choice,