Skip to content

Commit 164437c

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

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
@@ -51,7 +51,7 @@ logdensity(model::DensityModel, t::Transition) = t.lp
5151

5252
# A basic chains constructor that works with the Transition struct we defined.
5353
function AbstractMCMC.bundle_samples(
54-
ts::Vector{Transition{T, L}},
54+
ts::Vector{<:Transition},
5555
model::DensityModel,
5656
sampler::MHSampler,
5757
state,

0 commit comments

Comments
 (0)