We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3979645 commit 170c7bdCopy full SHA for 170c7bd
src/solve.jl
@@ -1221,17 +1221,6 @@ function solve_call(prob::SteadyStateProblem,
1221
kwargs...)
1222
end
1223
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
1235
function solve(prob::AbstractNoiseProblem, args...; kwargs...)
1236
__solve(prob, args...; kwargs...)
1237
0 commit comments