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