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 10accc2 commit 164437cCopy full SHA for 164437c
src/AdvancedMH.jl
@@ -51,7 +51,7 @@ logdensity(model::DensityModel, t::Transition) = t.lp
51
52
# A basic chains constructor that works with the Transition struct we defined.
53
function AbstractMCMC.bundle_samples(
54
- ts::Vector{Transition{T, L}},
+ ts::Vector{<:Transition},
55
model::DensityModel,
56
sampler::MHSampler,
57
state,
0 commit comments