Skip to content

Commit e3a80bc

Browse files
wtadleraseyboldt
authored andcommitted
Correct typo in sample() docstring (#3167)
1 parent 3dc9a9d commit e3a80bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc3/sampling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ def sample(draws=500, step=None, init='auto', n_init=200000, start=None, trace=N
245245
chains : int
246246
The number of chains to sample. Running independent chains is important for some
247247
convergence statistics and can also reveal multiple modes in the posterior. If `None`,
248-
then set to either `chains` or 2, whichever is larger. For SMC the default value is 100.
248+
then set to either `cores` or 2, whichever is larger. For SMC the default value is 100.
249249
cores : int
250250
The number of chains to run in parallel. If `None`, set to the number of CPUs in the
251251
system, but at most 4 (for 'SMC' defaults to 1). Keep in mind that some chains might

0 commit comments

Comments
 (0)