Closed sunxd3 closed 9 months ago
It's not Int
, it's Real
:
julia> d = Dict(:x => [1, 2 ,3], :a => 1)
Dict{Symbol, Any} with 2 entries:
:a => 1
:x => [1, 2, 3]
julia> typeof(DynamicPPL.SimpleVarInfo(d))
SimpleVarInfo{Dict{Symbol, Any}, Real, DynamicPPL.NoTransformation}
MWE