Skip to content

Commit

Permalink
Update test/varinfo.jl
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
torfjelde and github-actions[bot] authored Oct 24, 2023
1 parent ad5f2b8 commit 23486bc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/varinfo.jl
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,10 @@ DynamicPPL.getspace(::DynamicPPL.Sampler{MySAlg}) = (:s,)
@testset "$(model.f)" for model in DynamicPPL.TestUtils.DEMO_MODELS
vns = DynamicPPL.TestUtils.varnames(model)
varinfos = DynamicPPL.TestUtils.setup_varinfos(
model, DynamicPPL.TestUtils.rand_prior_true(model), vns; include_threadsafe=true
model,
DynamicPPL.TestUtils.rand_prior_true(model),
vns;
include_threadsafe=true,
)
@testset "$(short_varinfo_name(varinfo))" for varinfo in varinfos
@testset "with itself" begin
Expand Down

0 comments on commit 23486bc

Please sign in to comment.