We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc8e603 commit dc62fc7Copy full SHA for dc62fc7
src/AdvancedMH.jl
@@ -58,7 +58,7 @@ function AbstractMCMC.bundle_samples(
58
chain_type::Type{Vector{NamedTuple}};
59
param_names=missing,
60
kwargs...
61
-) where {T, L}
+)
62
# Check if we received any parameter names.
63
if ismissing(param_names)
64
param_names = ["param_$i" for i in 1:length(keys(ts[1].params))]
0 commit comments