From 7d6d527e49c368c07440490c375b741df66f4c9e Mon Sep 17 00:00:00 2001 From: Aayush Sabharwal Date: Sun, 10 Nov 2024 12:37:22 +0530 Subject: [PATCH] fix: fix `DynamicalODEFunction` constructor --- src/scimlfunctions.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scimlfunctions.jl b/src/scimlfunctions.jl index a7f087bb0..239791d61 100644 --- a/src/scimlfunctions.jl +++ b/src/scimlfunctions.jl @@ -2881,7 +2881,7 @@ function DynamicalODEFunction{iip, specialize}(f1, f2; f1, f2, mass_matrix, analytic, tgrad, jac, jvp, vjp, jac_prototype, sparsity, Wfact, Wfact_t, paramjac, observed, - colorvec, sys) + colorvec, sys, initialization_data) end end