Skip to content

Commit bd92af5

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 8bf2c5c commit bd92af5

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
@@ -61,7 +61,7 @@ def sample_smc(
6161
independent chains. Defaults to 2000.
6262
kernel : SMC_kernel, optional
6363
SMC kernel used. Defaults to :class:`pymc.smc.smc.IMH` (Independent Metropolis Hastings)
64-
start : dict, or array of dict, default None
64+
start : dict or array of dict, optional
6565
Starting point in parameter space. It should be a list of dict with length `chains`.
6666
When None (default) the starting point is sampled from the prior distribution.
6767
model : Model (optional if in ``with`` context).

0 commit comments

Comments
 (0)