Skip to content

Commit dc62fc7

Browse files
cpfifferdevmotion
andauthored
Update src/AdvancedMH.jl
Co-authored-by: David Widmann <[email protected]>
1 parent dc8e603 commit dc62fc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AdvancedMH.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ function AbstractMCMC.bundle_samples(
5858
chain_type::Type{Vector{NamedTuple}};
5959
param_names=missing,
6060
kwargs...
61-
) where {T, L}
61+
)
6262
# Check if we received any parameter names.
6363
if ismissing(param_names)
6464
param_names = ["param_$i" for i in 1:length(keys(ts[1].params))]

0 commit comments

Comments
 (0)