Skip to content

Commit 282930b

Browse files
AayushSabharwalChrisRackauckas
authored andcommitted
fix: forward kwargs in iteratively_build_sols
1 parent 26d6be7 commit 282930b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/SCCNonlinearSolve/src/SCCNonlinearSolve.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ function iteratively_build_sols(alg, sols, (prob, explicitfun), args...; kwargs.
5050
prob, nothing, sol.u, sol.resid, retcode = sol.retcode)
5151
end
5252

53-
iteratively_build_sols(alg, (sols..., _sol), args...)
53+
iteratively_build_sols(alg, (sols..., _sol), args...; kwargs...)
5454
end
5555

5656
function CommonSolve.solve(prob::SciMLBase.SCCNonlinearProblem, alg::SCCAlg; kwargs...)

0 commit comments

Comments
 (0)