rafaqz / DimensionalData.jl

Named dimensions and indexing for julia arrays and other data
https://rafaqz.github.io/DimensionalData.jl/stable/
MIT License
274 stars 39 forks source link

Linear indexing of stacks is broken #610

Closed rafaqz closed 7 months ago

rafaqz commented 8 months ago

We are just indexing into the first value of each stack. Which is fine when all layers match dims but broken when some have different dimensions.

rafaqz commented 7 months ago

Fixed