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 164437c commit 66f85c6Copy full SHA for 66f85c6
src/AdvancedMH.jl
@@ -77,7 +77,7 @@ function AbstractMCMC.bundle_samples(
77
end
78
79
function AbstractMCMC.bundle_samples(
80
- ts::Vector{Transition{T, L}},
+ ts::Vector{<:Transition{<:NamedTuple}},
81
model::DensityModel,
82
sampler::MHSampler,
83
state,
0 commit comments