Skip to content

Commit 170c7bd

Browse files
committed
remove solve dispatches for EnsembleProblem, WeightedEnsembleProblem
1 parent 3979645 commit 170c7bd

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
@@ -1221,17 +1221,6 @@ function solve_call(prob::SteadyStateProblem,
12211221
kwargs...)
12221222
end
12231223

1224-
function solve(prob::EnsembleProblem, args...; kwargs...)
1225-
alg = extract_alg(args, kwargs, kwargs)
1226-
if length(args) > 1
1227-
__solve(prob, alg, Base.tail(args)...; kwargs...)
1228-
else
1229-
__solve(prob, alg; kwargs...)
1230-
end
1231-
end
1232-
function solve(prob::SciMLBase.WeightedEnsembleProblem, args...; kwargs...)
1233-
SciMLBase.WeightedEnsembleSolution(solve(prob.ensembleprob), prob.weights)
1234-
end
12351224
function solve(prob::AbstractNoiseProblem, args...; kwargs...)
12361225
__solve(prob, args...; kwargs...)
12371226
end

0 commit comments

Comments
 (0)