Skip to content

Commit

Permalink
fixed doctests
Browse files Browse the repository at this point in the history
  • Loading branch information
torfjelde committed Dec 5, 2024
1 parent bfa88b2 commit 82578cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/experimental.jl
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ true
julia> # In contrast, a simple model with no random support can be handled by typed varinfo.
@model model_with_static_support() = x ~ Normal()
model_with_static_support (generic function with 2 method)
model_with_static_support (generic function with 2 methods)
julia> varinfo = determine_suitable_varinfo(model_with_static_support());
Expand Down

0 comments on commit 82578cf

Please sign in to comment.