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 a692ec3Copy full SHA for a692ec3
src/experimental.jl
@@ -74,6 +74,7 @@ true
74
75
julia> # In contrast, a simple model with no random support can be handled by typed varinfo.
76
@model model_with_static_support() = x ~ Normal()
77
+model_with_static_support (generic function with 2 method)
78
79
julia> varinfo = determine_suitable_varinfo(model_with_static_support());
80
0 commit comments