Skip to content

Commit 5b65acd

Browse files
Merge pull request #875 from avik-pal/patch-2
Allow `batch` kwarg for SimpleNonlinearSolve
2 parents 2f6c988 + 1e5d934 commit 5b65acd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/solve.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,9 @@ const allowedkeywords = (:dense,
7878
# Jump problems
7979
:alias_jump,
8080
# This is for copying/deepcopying noise in StochasticDiffEq
81-
:alias_noise)
81+
:alias_noise,
82+
# This is for SimpleNonlinearSolve handling for batched Nonlinear Solves
83+
:batch)
8284

8385
const KWARGWARN_MESSAGE = """
8486
Unrecognized keyword arguments found. Future versions will error.

0 commit comments

Comments
 (0)