File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -154,9 +154,9 @@ The keyword arguments take in the arguments for the common solver interface and
154154pass them to the solver. The `ensemblealg` is optional, and will
155155default 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"""
162162function __solve (prob:: AbstractEnsembleProblem ,
You can’t perform that action at this time.
0 commit comments