Skip to content

Commit aaabcd0

Browse files
committed
Merge branch 'bump_turing_v0.36' of github.com:TuringLang/SliceSampling.jl into bump_turing_v0.36
2 parents 4531686 + 467976a commit aaabcd0

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)