Skip to content

Commit

Permalink
added qualifiers to docstring of extract_priors
Browse files Browse the repository at this point in the history
  • Loading branch information
torfjelde committed Jul 12, 2023
1 parent 0ac509a commit cab9f9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/extract_priors.jl
Expand Up @@ -83,10 +83,10 @@ julia> @model function model_dynamic_parameters()
julia> model = model_dynamic_parameters();
julia> extract_priors(rng, model)[@varname(y)]
Normal{Float64}(μ=-0.6702516921145671, σ=1.0)
Distributions.Normal{Float64}(μ=-0.6702516921145671, σ=1.0)
julia> extract_priors(rng, model)[@varname(y)]
Normal{Float64}(μ=1.3736306979834252, σ=1.0)
Distributions.Normal{Float64}(μ=1.3736306979834252, σ=1.0)
```
## Changing support
Expand Down

0 comments on commit cab9f9c

Please sign in to comment.