Skip to content

Commit b2d1ca8

Browse files
authored
Update ensemble_problems.jl
1 parent 469f0bf commit b2d1ca8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ensemble/ensemble_problems.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,7 @@ Constructor for `WeightedEnsembleProblem`. Ensures weights sum to 1 and matches
254254
255255
"""
256256
function WeightedEnsembleProblem(args...; weights, kwargs...)
257+
# TODO: allow skipping checks?
257258
@assert sum(weights) 1
258259
ep = EnsembleProblem(args...; kwargs...)
259260
@assert length(ep.prob) == length(weights)

0 commit comments

Comments
 (0)