Skip to content

Commit 64a0294

Browse files
Red-Portalmhauru
andauthored
fix turing Gibbs example in docs
Co-authored-by: Markus Hauru <[email protected]>
1 parent babaae7 commit 64a0294

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ using SliceSampling
7070
end
7171

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

7777
n_samples = 1000

0 commit comments

Comments
 (0)