Skip to content

Commit 0da247f

Browse files
committed
remove solve dispatches for EnsembleProblems
1 parent ebcace9 commit 0da247f

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/solve.jl

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -691,17 +691,6 @@ function solve_call(prob::SteadyStateProblem,
691691
kwargs...)
692692
end
693693

694-
function solve(prob::EnsembleProblem, args...; kwargs...)
695-
alg = extract_alg(args, kwargs, kwargs)
696-
if length(args) > 1
697-
__solve(prob, alg, Base.tail(args)...; kwargs...)
698-
else
699-
__solve(prob, alg; kwargs...)
700-
end
701-
end
702-
function solve(prob::SciMLBase.WeightedEnsembleProblem, args...; kwargs...)
703-
SciMLBase.WeightedEnsembleSolution(solve(prob.ensembleprob), prob.weights)
704-
end
705694
function solve(prob::AbstractNoiseProblem, args...; kwargs...)
706695
__solve(prob, args...; kwargs...)
707696
end

0 commit comments

Comments
 (0)