Skip to content

Commit 0e18580

Browse files
committed
fix particle Gibbs example
1 parent 494dce1 commit 0e18580

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/general.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ end
8282
8383
sampler = Turing.Gibbs(
8484
:p => externalsampler(SliceSteppingOut(2.0)),
85-
:z => PG(20, :z),
85+
:z => PG(20),
8686
)
8787
8888
n_samples = 1000

0 commit comments

Comments
 (0)