We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2153ba commit 8bf2c5cCopy full SHA for 8bf2c5c
pymc/smc/sample_smc.py
@@ -69,7 +69,7 @@ def sample_smc(
69
Random seed(s) used by the sampling steps. If a list, tuple or array of ints
70
is passed, each entry will be used to seed each chain. A ValueError will be
71
raised if the length does not match the number of chains.
72
- chains : int, default None
+ chains : int, optional
73
The number of chains to sample. Running independent chains is important for some
74
convergence statistics. If ``None`` (default), then set to either ``cores`` or 2, whichever
75
is larger.
0 commit comments