Skip to content

Commit 9626ae9

Browse files
committed
typo
1 parent bcfdd93 commit 9626ae9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/contexts.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ Base.IteratorEltype(::Type{<:AbstractContext}) = Base.EltypeUnknown()
598598
params_nt = (; x=my_x, y=my_y)
599599
params_dict = Dict(@varname(x) => my_x, @varname(y) => my_y)
600600
model = test_init_model()
601-
for empty_vi in empty_varinfos
601+
@testset "$vi_name" for (vi_name, empty_vi) in empty_varinfos
602602
_, vi = DynamicPPL.init!!(
603603
model, deepcopy(empty_vi), ParamsInit(params_nt)
604604
)

0 commit comments

Comments
 (0)