From 86eebabdb71c98a2d725763b517e078a9f29e3e1 Mon Sep 17 00:00:00 2001 From: oscarddssmith Date: Mon, 21 Oct 2024 11:15:00 -0400 Subject: [PATCH] fixes --- src/scimlfunctions.jl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/scimlfunctions.jl b/src/scimlfunctions.jl index a503b0bf1..d81a63fc8 100644 --- a/src/scimlfunctions.jl +++ b/src/scimlfunctions.jl @@ -2509,7 +2509,8 @@ function ODEFunction{iip, specialize}(f; analytic, tgrad, jac, jvp, vjp, jac_prototype, sparsity, Wfact, Wfact_t, W_prototype, paramjac, - observed, _colorvec, sys, initializeprob, initializeprobmap, nlfunc) + observed, _colorvec, sys, initializeprob, update_initializeprob!, + initializeprobmap, initializeprobpmap, nlfunc) else ODEFunction{iip, specialize, typeof(_f), typeof(mass_matrix), typeof(analytic), typeof(tgrad),