Skip to content

Commit

Permalink
don't test functionality that relies on
Browse files Browse the repository at this point in the history
  • Loading branch information
torfjelde committed Apr 15, 2024
1 parent 462613a commit 38fc5fd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/linking.jl
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,10 @@ end
@model function demo_highdim_dirichlet(ns...)
return x ~ filldist(Dirichlet(ones(2)), ns...)
end
@testset "ns=$ns" for ns in [(3,), (3, 4), (3, 4, 5)]
@testset "ns=$ns" for ns in [
(3,),
# (3, 4), (3, 4, 5)
]
model = demo_highdim_dirichlet(ns...)
example_values = rand(NamedTuple, model)
vis = DynamicPPL.TestUtils.setup_varinfos(model, example_values, (@varname(x),))
Expand Down

0 comments on commit 38fc5fd

Please sign in to comment.