Skip to content

Commit c4ac873

Browse files
authored
Add kwarg to control ensemblealg
1 parent 782a88b commit c4ac873

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
@@ -87,7 +87,9 @@ const allowedkeywords = (:dense,
8787
:nlsolve_kwargs,
8888
:odesolve_kwargs,
8989
# If Solvers which internally use linsolve
90-
:linsolve_kwargs)
90+
:linsolve_kwargs,
91+
# Solvers internally using EnsembleProblem
92+
:ensemblealg)
9193

9294
const KWARGWARN_MESSAGE = """
9395
Unrecognized keyword arguments found.

0 commit comments

Comments
 (0)