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 68fc060 commit 947f217Copy full SHA for 947f217
src/AdvancedMH.jl
@@ -50,7 +50,7 @@ end
50
51
# Create a very basic Transition type, only stores the
52
# parameter draws and the log probability of the draw.
53
-struct Transition{T<:Union{Vector, Real, NamedTuple}, L<:Real} <: AbstractTransition
+struct Transition{T<:Union{AbstractVector, Real, NamedTuple}, L<:Real} <: AbstractTransition
54
params :: T
55
lp :: L
56
end
0 commit comments