Skip to content

Commit 4864e60

Browse files
committed
Fixed tests
1 parent 777624a commit 4864e60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pointwise_logdensities.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ julia> ℓ = pointwise_logdensities(m, VarInfo(m)); first.((ℓ[@varname(x[1])],
291291
292292
"""
293293
function pointwise_logdensities(
294-
model::Model, chain, context::AbstractContext=DefaultContext(), keytype::Type{T}=String
294+
model::Model, chain, keytype::Type{T}=String, context::AbstractContext=DefaultContext()
295295
) where {T}
296296
# Get the data by executing the model once
297297
vi = VarInfo(model)

0 commit comments

Comments
 (0)