waldie11
waldie11
Essentially, if you want to test this you need a DensitySampleVector `samples`, based on a prior with const values. I.e. ```julia using BAT using ValueShapes using DensityInterface using Distributions using...
> , I believe we'd have to create an array like fill(const_value, N) or so at some point, I wouldn't recommend following exactly that `fill` approach (although there is neat...
> Could you elaborate on your last suggestion about the element being displayed in the same shape as it is provided in the pior? I don't quite understand what you...
@oschulz Would `Base.collect(vs::ConstValueShape) = vs.shape.value` be sth ValueShapes.jl could provide?
Got it... Can there be done sth to help improve access natively? This does not sound like a job for [AcceleratedArrays.jl](https://github.com/andyferris/AcceleratedArrays.jl), but I might be wrong. ```julia using TypedTables using...