Skip to content

Commit 469f0bf

Browse files
authored
Improve comments and documentation for EnsembleProblem.jl
1 parent 30947f1 commit 469f0bf

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/ensemble/ensemble_problems.jl

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ $(TYPEDEF)
218218
219219
Defines a weighted version of an `EnsembleProblem`, where different simulations contribute unequally.
220220
221-
## Fields
221+
## Arguments
222222
223223
- `ensembleprob`: The base ensemble problem.
224224
- `weights`: A vector of weights corresponding to each simulation.
@@ -252,9 +252,6 @@ $(TYPEDEF)
252252
253253
Constructor for `WeightedEnsembleProblem`. Ensures weights sum to 1 and matches problem count.
254254
255-
## Keyword Arguments
256-
257-
- `weights`: A vector of weights for each trajectory.
258255
"""
259256
function WeightedEnsembleProblem(args...; weights, kwargs...)
260257
@assert sum(weights) 1

0 commit comments

Comments
 (0)