Skip to content

Commit

Permalink
Remove syms and paramsyms arguments for OptimizationFuntion
Browse files Browse the repository at this point in the history
  • Loading branch information
sunxd3 authored Dec 14, 2023
1 parent aeaae4d commit b160d13
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/function.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b160d13

Please sign in to comment.