Skip to content

Commit 3e4a648

Browse files
fix: minor bug fix
1 parent 7d3b3f4 commit 3e4a648

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/systems/nonlinear/nonlinearsystem.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ function CacheWriter(sys::AbstractSystem, exprs, solsyms;
553553
[],
554554
SetArray(true, :out, exprs)
555555
) |> wrap_parameter_dependencies(sys, false)[2] |>
556-
wrap_array_vars(sys, exprs; dvs = nothing)[2] |> toexpr
556+
wrap_array_vars(sys, exprs; dvs = nothing, inputs = [])[2] |> toexpr
557557
return CacheWriter(eval_or_rgf(fn; eval_expression, eval_module))
558558
end
559559

0 commit comments

Comments
 (0)