Skip to content

Commit 55dc91e

Browse files
committed
fixed docstring
1 parent 62c5cd1 commit 55dc91e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/experimental.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ julia> # Typed varinfo cannot handle this random support model properly
6868
# as using a single execution of the model will not see all random variables.
6969
# Hence, this this model requires untyped varinfo.
7070
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
7173
7274
julia> varinfo isa typeof(DynamicPPL.untyped_varinfo(model))
7375
true

0 commit comments

Comments
 (0)