Skip to content

Commit

Permalink
Fix typo in test/mcmc/ess.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
mhauru committed Sep 24, 2024
1 parent 7bf5abe commit 85bcfa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/mcmc/ess.jl
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ using Turing
alg = Gibbs(
(@varname(z1), @varname(z2), @varname(z3), @varname(z4)) => CSMC(15),
@varname(mu1) => ESS(),
@varname(m2) => ESS(),
@varname(mu2) => ESS(),
)
chain = sample(MoGtest_default, alg, 6000)
check_MoGtest_default(chain; atol=0.1)
Expand Down

0 comments on commit 85bcfa5

Please sign in to comment.