Skip to content

Commit 7b213a8

Browse files
RomeoVChrisRackauckas
authored andcommitted
fix: kwargs -> cache.kwargs
This is nevery defined anywhere and thus invalid code and trips up JET.
1 parent a450eec commit 7b213a8

File tree

1 file changed

+1
-1
lines changed
  • lib/NonlinearSolveFirstOrder/src

1 file changed

+1
-1
lines changed

lib/NonlinearSolveFirstOrder/src/solve.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ function InternalAPI.step!(
266266
end
267267
# In the 2nd call the `new_jacobian` is guaranteed to be `true`.
268268
cache.make_new_jacobian = true
269-
InternalAPI.step!(cache; recompute_jacobian = true, kwargs...)
269+
InternalAPI.step!(cache; recompute_jacobian = true, cache.kwargs...)
270270
return
271271
end
272272
end

0 commit comments

Comments
 (0)