Skip to content

Commit 319fd62

Browse files
committed
fix : "type EnsembleProblem has no field kwargs"
1 parent c1b95fc commit 319fd62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/solve.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1015,7 +1015,7 @@ function solve_call(prob::SteadyStateProblem,
10151015
end
10161016

10171017
function solve(prob::EnsembleProblem, args...; kwargs...)
1018-
alg = extract_alg(args, kwargs, prob.kwargs)
1018+
alg = extract_alg(args, kwargs, kwargs)
10191019
if length(args) > 1
10201020
__solve(prob, alg, Base.tail(args)...; kwargs...)
10211021
else

0 commit comments

Comments
 (0)