Skip to content

Commit 10e9344

Browse files
torfjeldedevmotion
andauthored
Update src/AdvancedMH.jl
Co-authored-by: David Widmann <[email protected]>
1 parent 947f217 commit 10e9344

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
@@ -50,7 +50,7 @@ end
5050

5151
# Create a very basic Transition type, only stores the
5252
# parameter draws and the log probability of the draw.
53-
struct Transition{T<:Union{AbstractVector, Real, NamedTuple}, L<:Real} <: AbstractTransition
53+
struct Transition{T,L<:Real} <: AbstractTransition
5454
params :: T
5555
lp :: L
5656
end

0 commit comments

Comments
 (0)