Skip to content

Commit

Permalink
doc changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mitzimorris committed Aug 4, 2020
1 parent f319ccd commit 1bb4010
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions cmdstanpy/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -458,12 +458,11 @@ def sample(
:param parallel_chains: Number of processes to run in parallel. Must be
a positive integer. Defaults to ``multiprocessing.cpu_count()``.
:param threads_per_chain: If the model was compiled with threading support,
the number of threads to use in parallelized sections within an
MCMC chain (e.g., when using the Stan functions ``reduce_sum()``
or ``map_rect()``). The total number of threads used will be
``parallel_chains * threads_per_chain``. If a model wasn't
compiled with threading support, has no effect.
:param threads_per_chain: the number of threads to use in parallelized
sections within an MCMC chain (e.g., when using the Stan functions
``reduce_sum()`` or ``map_rect()``). This will only have an effect
if the model was compiled with threading support. The total number
of threads used will be ``parallel_chains * threads_per_chain``.
:param seed: The seed for random number generator. Must be an integer
between 0 and 2^32 - 1. If unspecified,
Expand Down

0 comments on commit 1bb4010

Please sign in to comment.