diff --git a/src/scimlfunctions.jl b/src/scimlfunctions.jl index c60cae3ff..e783c5277 100644 --- a/src/scimlfunctions.jl +++ b/src/scimlfunctions.jl @@ -2650,7 +2650,7 @@ function NonlinearFunction{iip}(f::ODEFunction) where {iip} end @add_kwonly function SplitFunction(f1, f2, mass_matrix, cache, analytic, tgrad, jac, jvp, - vjp, jac_prototype, W__prototype, sparsity, Wfact, Wfact_t, paramjac, + vjp, jac_prototype, W_prototype, sparsity, Wfact, Wfact_t, paramjac, observed, colorvec, sys, initializeprob, update_initializeprob!, initializeprobmap, initializeprobpmap) f1 = ODEFunction(f1)