From 7b6ce3aec334f88379e61405a0cbbabefd713be1 Mon Sep 17 00:00:00 2001 From: Oscar Smith Date: Wed, 25 Sep 2024 20:58:36 -0400 Subject: [PATCH] typo --- src/scimlfunctions.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/scimlfunctions.jl b/src/scimlfunctions.jl index 886d4da079..0580b55334 100644 --- a/src/scimlfunctions.jl +++ b/src/scimlfunctions.jl @@ -2557,8 +2557,8 @@ function unwrapped_f(f::ODEFunction, newf = unwrapped_f(f.f)) typeof(f.sys), typeof(f.initializeprob), typeof(f.initializeprobmap), typeof(nlfunc), - typeof(nl_state_compres), - typeof(nl_state_decompres)}(newf, f.mass_matrix, f.analytic, f.tgrad, f.jac, + typeof(nl_state_compress), + typeof(nl_state_decompress)}(newf, f.mass_matrix, f.analytic, f.tgrad, f.jac, f.jvp, f.vjp, f.jac_prototype, f.sparsity, f.Wfact, f.Wfact_t, f.W_prototype, f.paramjac, f.observed, f.colorvec, f.sys, f.initializeprob,