Skip to content

Commit 9b72724

Browse files
Fix pre-commit
1 parent b0bcd1d commit 9b72724

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc/smc/sampling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def sample_smc(
8888
Whether or not to display a progress bar in the command line.
8989
**kernel_kwargs : dict, optional
9090
Keyword arguments passed to the SMC_kernel. The default IMH kernel takes the following keywords:
91-
91+
9292
threshold : float, default 0.5
9393
Determines the change of beta from stage to stage, i.e. indirectly the number of stages,
9494
the higher the value of `threshold` the higher the number of stages. Defaults to 0.5.

0 commit comments

Comments
 (0)