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 bcfdd93 commit 9626ae9Copy full SHA for 9626ae9
test/contexts.jl
@@ -598,7 +598,7 @@ Base.IteratorEltype(::Type{<:AbstractContext}) = Base.EltypeUnknown()
598
params_nt = (; x=my_x, y=my_y)
599
params_dict = Dict(@varname(x) => my_x, @varname(y) => my_y)
600
model = test_init_model()
601
- for empty_vi in empty_varinfos
+ @testset "$vi_name" for (vi_name, empty_vi) in empty_varinfos
602
_, vi = DynamicPPL.init!!(
603
model, deepcopy(empty_vi), ParamsInit(params_nt)
604
)
0 commit comments