Skip to content

Commit 2a2a90b

Browse files
committed
Rm kwargs
This is nevery defined anywhere and thus invalid code and trips up JET.
1 parent b37b31b commit 2a2a90b

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)
270270
return
271271
end
272272
end

0 commit comments

Comments
 (0)