We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
kwargs
1 parent b37b31b commit 2a2a90bCopy full SHA for 2a2a90b
lib/NonlinearSolveFirstOrder/src/solve.jl
@@ -266,7 +266,7 @@ function InternalAPI.step!(
266
end
267
# In the 2nd call the `new_jacobian` is guaranteed to be `true`.
268
cache.make_new_jacobian = true
269
- InternalAPI.step!(cache; recompute_jacobian = true, kwargs...)
+ InternalAPI.step!(cache; recompute_jacobian = true)
270
return
271
272
0 commit comments