Skip to content

Commit

Permalink
DOC: improve docstrings regarding number of workers.
Browse files Browse the repository at this point in the history
  • Loading branch information
phmbressan committed Aug 23, 2024
1 parent 6fa90b7 commit e40a871
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rocketpy/simulation/monte_carlo.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ def simulate(
n_workers : int, optional
Number of workers to be used if ``parallel=True``. If None, the
number of workers will be equal to the number of CPUs available.
A minimum of 2 workers is required for parallel mode.
Default is None.
Returns
Expand Down

0 comments on commit e40a871

Please sign in to comment.