Skip to content

Commit 9571f58

Browse files
committed
Fix a doctest
1 parent 5665168 commit 9571f58

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/pointwise_logdensities.jl

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -178,12 +178,12 @@ julia> # A chain with 3 iterations.
178178
179179
julia> pointwise_logdensities(model, chain)
180180
OrderedDict{VarName, Matrix{Float64}} with 6 entries:
181-
"s" => [-0.802775; -1.38222; -2.09861;;]
182-
"m" => [-8.91894; -7.51551; -7.46824;;]
183-
"xs[1]" => [-5.41894; -5.26551; -5.63491;;]
184-
"xs[2]" => [-2.91894; -3.51551; -4.13491;;]
185-
"xs[3]" => [-1.41894; -2.26551; -2.96824;;]
186-
"y" => [-0.918939; -1.51551; -2.13491;;]
181+
s => [-0.802775; -1.38222; -2.09861;;]
182+
m => [-8.91894; -7.51551; -7.46824;;]
183+
xs[1] => [-5.41894; -5.26551; -5.63491;;]
184+
xs[2] => [-2.91894; -3.51551; -4.13491;;]
185+
xs[3] => [-1.41894; -2.26551; -2.96824;;]
186+
y => [-0.918939; -1.51551; -2.13491;;]
187187
188188
julia> pointwise_logdensities(model, chain, String)
189189
OrderedDict{String, Matrix{Float64}} with 6 entries:

0 commit comments

Comments
 (0)