Skip to content

Commit 966b8a0

Browse files
committed
run formatter
1 parent 0b22887 commit 966b8a0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/turing.jl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,7 @@
4141
]
4242
sample(
4343
model,
44-
Turing.Experimental.Gibbs((
45-
s=externalsampler(sampler), m=externalsampler(sampler)
46-
),),
44+
Turing.Gibbs(:s => externalsampler(sampler), :m => externalsampler(sampler)),
4745
n_samples;
4846
progress=false,
4947
)

0 commit comments

Comments
 (0)