Skip to content

Commit 4fbae44

Browse files
Format
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ef37de2 commit 4fbae44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/turing/varinfo.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -348,10 +348,10 @@
348348
@model function f(x)
349349
ns ~ filldist(Normal(0, 2.0), 3)
350350
m ~ Uniform(0, 1)
351-
x ~ Normal(m, 1)
351+
return x ~ Normal(m, 1)
352352
end
353353
model = f(1)
354-
chain = sample(model, NUTS(), MCMCThreads(), 10, 2);
354+
chain = sample(model, NUTS(), MCMCThreads(), 10, 2)
355355
loglikelihood(model, chain)
356356
logprior(model, chain)
357357
logjoint(model, chain)

0 commit comments

Comments
 (0)