From e98da458bcbe376141db8e54ea6b6d9df8fa4296 Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Mon, 8 Jan 2024 14:53:19 -0500 Subject: [PATCH] Update src/utils.jl --- src/utils.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,