Skip to content

Commit f5c5ac1

Browse files
authored
fix README.md PG example
1 parent 0e18580 commit f5c5ac1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ end
7171

7272
sampler = Turing.Gibbs(
7373
:p => externalsampler(SliceSteppingOut(2.0)),
74-
:z => PG(20, :z),
74+
:z => PG(20),
7575
)
7676

7777
n_samples = 1000

0 commit comments

Comments
 (0)