Skip to content

Commit

Permalink
Is it specific demo models or every model?
Browse files Browse the repository at this point in the history
  • Loading branch information
penelopeysm committed Dec 13, 2024
1 parent f3cfdf1 commit ea98495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sampler.jl
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
end

@testset "init" begin
@testset "$(model.f)" for model in DynamicPPL.TestUtils.DEMO_MODELS
@testset verbose = true "$(model.f)" for model in DynamicPPL.TestUtils.DEMO_MODELS
N = 1000
chain_init = sample(model, SampleFromUniform(), N; progress=false)
end
Expand Down

0 comments on commit ea98495

Please sign in to comment.