From b160d13b193ded1ec4a4c78832d2cc5955a1adee Mon Sep 17 00:00:00 2001 From: Xianda Sun <5433119+sunxd3@users.noreply.github.com> Date: Thu, 14 Dec 2023 09:40:44 +0000 Subject: [PATCH] Remove `syms` and `paramsyms` arguments for OptimizationFuntion --- src/function.jl | 1 - 1 file changed, 1 deletion(-) diff --git a/src/function.jl b/src/function.jl index 13731a7b0..31bd43213 100644 --- a/src/function.jl +++ b/src/function.jl @@ -97,7 +97,6 @@ function instantiate_function(f, cache::ReInitCache, ::SciMLBase.NoAD, cons_jac_prototype = cons_jac_prototype, cons_hess_prototype = cons_hess_prototype, expr = expr, cons_expr = cons_expr, - syms = f.syms, paramsyms = f.paramsyms, observed = f.observed) end