File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -81,11 +81,11 @@ const allowedkeywords = (:dense,
81
81
:alias_noise ,
82
82
# This is for SimpleNonlinearSolve handling for batched Nonlinear Solves
83
83
:batch ,
84
- # `problem_type` is for BVPs. needed in Ensemble Solve
85
- :problem_type ,
86
84
# Shooting method in BVP needs to differentiate between these two categories
87
85
:nlsolve_kwargs ,
88
- :odesolve_kwargs )
86
+ :odesolve_kwargs ,
87
+ # If Solvers which internally use linsolve
88
+ :linsolve_kwargs )
89
89
90
90
const KWARGWARN_MESSAGE = """
91
91
Unrecognized keyword arguments found. Future versions will error.
195
195
const NOISE_SIZE_MESSAGE = """
196
196
Noise sizes are incompatible. The expected number of noise terms in the defined
197
197
`noise_rate_prototype` does not match the number of noise terms in the defined
198
- `AbstractNoiseProcess`. Please ensure that
198
+ `AbstractNoiseProcess`. Please ensure that
199
199
size(prob.noise_rate_prototype,2) == length(prob.noise.W[1]).
200
200
201
201
Note: Noise process definitions require that users specify `u0`, and this value is
You can’t perform that action at this time.
0 commit comments