Skip to content

Commit 36a6ba1

Browse files
Merge pull request #778 from murenkov/murenkov-patch-1
Fix variable name u_data -> u_init
2 parents ac56adc + 362bc78 commit 36a6ba1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/features/ensemble.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ EnsembleProblem(prob::DEProblem;
3030
`rerun` was true this will be `2`, `3`, etc. counting the number of times
3131
problem `i` has been repeated.
3232
- `reduction`: This function determines how to reduce the data in each batch.
33-
Defaults to appending the `data` into `u`, initialised via `u_data`, from
33+
Defaults to appending the `data` into `u`, initialised via `u_init`, from
3434
the batches. `I` is a range of indices giving the trajectories corresponding
3535
to the batches. The second part of the output determines whether the simulation
3636
has converged. If `true`, the simulation will exit early. By default, this is

0 commit comments

Comments
 (0)