Skip to content

Commit

Permalink
Fix typo in ESS tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mhauru committed Jan 8, 2025
1 parent ef03e08 commit 8ec521e
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 @@ -36,7 +36,7 @@ using Turing
c2 = sample(demodot_default, s1, N)

s2 = Gibbs(:m => ESS(), :s => MH())
c3 = sample(gdemo_default, s3, N)
c3 = sample(gdemo_default, s2, N)
end

@testset "ESS inference" begin
Expand Down

0 comments on commit 8ec521e

Please sign in to comment.