Skip to content

Commit 8bf2c5c

Browse files
rowan-schaeferOriolAbril
authored and
Rowan Schaefer
committed
Update pymc/smc/sample_smc.py
Co-authored-by: Oriol Abril-Pla <[email protected]>
1 parent f2153ba commit 8bf2c5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc/smc/sample_smc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def sample_smc(
6969
Random seed(s) used by the sampling steps. If a list, tuple or array of ints
7070
is passed, each entry will be used to seed each chain. A ValueError will be
7171
raised if the length does not match the number of chains.
72-
chains : int, default None
72+
chains : int, optional
7373
The number of chains to sample. Running independent chains is important for some
7474
convergence statistics. If ``None`` (default), then set to either ``cores`` or 2, whichever
7575
is larger.

0 commit comments

Comments
 (0)