Skip to content

Commit 6be5019

Browse files
Update src/ensemble/basic_ensemble_solve.jl
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f464ce5 commit 6be5019

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/ensemble/basic_ensemble_solve.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,9 +154,9 @@ The keyword arguments take in the arguments for the common solver interface and
154154
pass them to the solver. The `ensemblealg` is optional, and will
155155
default to `EnsembleThreads()`. The special keyword arguments to note are:
156156
157-
- `trajectories`: The number of simulations to run. This argument is required.
158-
- `batch_size` : The size of the batches on which the reductions are applies. Defaults to `trajectories`.
159-
- `pmap_batch_size`: The size of the `pmap` batches. Default is
157+
- `trajectories`: The number of simulations to run. This argument is required.
158+
- `batch_size` : The size of the batches on which the reductions are applies. Defaults to `trajectories`.
159+
- `pmap_batch_size`: The size of the `pmap` batches. Default is
160160
`batch_size÷100 > 0 ? batch_size÷100 : 1`
161161
"""
162162
function __solve(prob::AbstractEnsembleProblem,

0 commit comments

Comments
 (0)