Skip to content

Commit 9431771

Browse files
revert new dispatches to check if tests pass with the relaxed type signature:
1 parent 23754a8 commit 9431771

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

src/ensemble/ensemble_problems.jl

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -44,26 +44,6 @@ function EnsembleProblem(; prob,
4444
EnsembleProblem(prob; prob_func, output_func, reduction, u_init, safetycopy)
4545
end
4646

47-
function EnsembleProblem(; prob,
48-
u0s::Union{Nothing, Vector{uType}} = nothing,
49-
prob_func = (prob, i, repeat) -> remake(prob, u0 = u0s[i]),
50-
output_func = DEFAULT_OUTPUT_FUNC,
51-
reduction = DEFAULT_REDUCTION,
52-
u_init = nothing, p = nothing,
53-
safetycopy = prob_func !== DEFAULT_PROB_FUNC) where {uType}
54-
EnsembleProblem(prob; prob_func, output_func, reduction, u_init, safetycopy)
55-
end
56-
57-
function EnsembleProblem(; prob,
58-
trajectories::Int,
59-
prob_func,
60-
output_func = DEFAULT_OUTPUT_FUNC,
61-
reduction = DEFAULT_REDUCTION,
62-
u_init = nothing, p = nothing,
63-
safetycopy = prob_func !== DEFAULT_PROB_FUNC)
64-
EnsembleProblem(prob; prob_func, output_func, reduction, u_init, safetycopy)
65-
end
66-
6747
struct WeightedEnsembleProblem{T1 <: AbstractEnsembleProblem, T2 <: AbstractVector} <:
6848
AbstractEnsembleProblem
6949
ensembleprob::T1

0 commit comments

Comments
 (0)