Skip to content

Commit 85bcfa5

Browse files
committed
Fix typo in test/mcmc/ess.jl
1 parent 7bf5abe commit 85bcfa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/mcmc/ess.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ using Turing
6161
alg = Gibbs(
6262
(@varname(z1), @varname(z2), @varname(z3), @varname(z4)) => CSMC(15),
6363
@varname(mu1) => ESS(),
64-
@varname(m2) => ESS(),
64+
@varname(mu2) => ESS(),
6565
)
6666
chain = sample(MoGtest_default, alg, 6000)
6767
check_MoGtest_default(chain; atol=0.1)

0 commit comments

Comments
 (0)