Skip to content

Commit 467976a

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/general.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ using SliceSampling
8181
end
8282
8383
sampler = Turing.Experimental.Gibbs(
84-
p => externalsampler(SliceSteppingOut(2.0)),
85-
z => PG(20, :z),
84+
:p => externalsampler(SliceSteppingOut(2.0)),
85+
:z => PG(20, :z),
8686
)
8787
8888
n_samples = 1000

0 commit comments

Comments
 (0)