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 62c5cd1 commit 55dc91eCopy full SHA for 55dc91e
src/experimental.jl
@@ -68,6 +68,8 @@ julia> # Typed varinfo cannot handle this random support model properly
68
# as using a single execution of the model will not see all random variables.
69
# Hence, this this model requires untyped varinfo.
70
varinfo = determine_suitable_varinfo(model);
71
+┌ Warning: Model seems incompatible with typed varinfo. Falling back to untyped varinfo.
72
+└ @ DynamicPPLJETExt ~/Projects/public/DynamicPPL.jl/ext/DynamicPPLJETExt.jl:49
73
74
julia> varinfo isa typeof(DynamicPPL.untyped_varinfo(model))
75
true
0 commit comments