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.
2 parents 2f6c988 + 1e5d934 commit 5b65acdCopy full SHA for 5b65acd
src/solve.jl
@@ -78,7 +78,9 @@ const allowedkeywords = (:dense,
78
# Jump problems
79
:alias_jump,
80
# This is for copying/deepcopying noise in StochasticDiffEq
81
- :alias_noise)
+ :alias_noise,
82
+ # This is for SimpleNonlinearSolve handling for batched Nonlinear Solves
83
+ :batch)
84
85
const KWARGWARN_MESSAGE = """
86
Unrecognized keyword arguments found. Future versions will error.
0 commit comments