Skip to content

Commit

Permalink
Fix last test
Browse files Browse the repository at this point in the history
  • Loading branch information
penelopeysm committed Feb 25, 2025
1 parent 6d9fad0 commit f19da75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/mcmc/Inference.jl
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ using Turing
N = 3
@model function vdemo7()
x = Array{Real}(undef, N, N)
@. x ~ [InverseGamma(2, 3) for i in 1:N]
x ~ filldist(InverseGamma(2, 3), N, N)
end

sample(StableRNG(seed), vdemo7(), alg, 10)
Expand Down

0 comments on commit f19da75

Please sign in to comment.