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 a581059 commit 3a16f9cCopy full SHA for 3a16f9c
test/ext/DynamicPPLJETExt.jl
@@ -40,6 +40,11 @@
40
end
41
42
@test DynamicPPL.Experimental.determine_suitable_varinfo(demo4()) isa
43
+ DynamicPPL.NTVarInfo
44
+ init_model = DynamicPPL.contextualize(
45
+ demo4(), DynamicPPL.InitContext(DynamicPPL.PriorInit())
46
+ )
47
+ @test DynamicPPL.Experimental.determine_suitable_varinfo(init_model) isa
48
DynamicPPL.UntypedVarInfo
49
50
# In this model, the type error occurs in the user code rather than in DynamicPPL.
0 commit comments