I came across a behavior that leaves me a bit puzzled, here is example: 
v = mapslices(var,randn(1000, 3, 19), [1])
[v[1,1,j] for j=1:19]
I would expect the resulting Vector to be Float64, not Any. Can anybody 
tell me if I am doing something wrong or why it should be expected to be 
Any?

Thanx.

Reply via email to