Skip to content

Commit 628b231

Browse files
committed
Actually fix test
1 parent 0bcf928 commit 628b231

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/mcmc/gibbs.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -608,8 +608,8 @@ end
608608
sample(model, Gibbs(:z => PG(10), :m => HMC(0.01, 4; adtype=adbackend)), 100)
609609
end
610610

611-
@testset "Demo models" begin
612-
@testset "$(model.f)" for model in DynamicPPL.TestUtils.DEMO_MODELS
611+
@testset "Demo model" begin
612+
@testset verbose = true "$(model.f)" for model in DynamicPPL.TestUtils.DEMO_MODELS
613613
vns = DynamicPPL.TestUtils.varnames(model)
614614
samplers = [
615615
Turing.Gibbs(@varname(s) => NUTS(), @varname(m) => NUTS()),

0 commit comments

Comments
 (0)