Skip to content

Commit e40a871

Browse files
committed
DOC: improve docstrings regarding number of workers.
1 parent 6fa90b7 commit e40a871

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rocketpy/simulation/monte_carlo.py

+1
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ def simulate(
167167
n_workers : int, optional
168168
Number of workers to be used if ``parallel=True``. If None, the
169169
number of workers will be equal to the number of CPUs available.
170+
A minimum of 2 workers is required for parallel mode.
170171
Default is None.
171172
172173
Returns

0 commit comments

Comments
 (0)