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 ebcace9 commit 0da247fCopy full SHA for 0da247f
src/solve.jl
@@ -691,17 +691,6 @@ function solve_call(prob::SteadyStateProblem,
691
kwargs...)
692
end
693
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
705
function solve(prob::AbstractNoiseProblem, args...; kwargs...)
706
__solve(prob, args...; kwargs...)
707
0 commit comments