We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3cfdf1 commit fde8319Copy full SHA for fde8319
test/sampler.jl
@@ -32,7 +32,7 @@
32
@test mean(vi[@varname(s)] for vi in chains) ≈ 1.8 atol = 0.1
33
end
34
35
- @testset "init" begin
+ @testset verbose = true "init" begin
36
@testset "$(model.f)" for model in DynamicPPL.TestUtils.DEMO_MODELS
37
N = 1000
38
chain_init = sample(model, SampleFromUniform(), N; progress=false)
0 commit comments