Skip to content

Commit 306bc72

Browse files
authored
docstring typo (#19)
1 parent df307a5 commit 306bc72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc_bart/pgbart.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class PGBART(ArrayStepShared):
4141
vars: list
4242
List of value variables for sampler
4343
num_particles : int
44-
Number of particles for the conditional SMC sampler. Defaults to 40
44+
Number of particles for the conditional SMC sampler. Defaults to 20
4545
batch : int or tuple
4646
Number of trees fitted per step. Defaults to "auto", which is the 10% of the `m` trees
4747
during tuning and after tuning. If a tuple is passed the first element is the batch size

0 commit comments

Comments
 (0)