rafaqz / DimensionalData.jl

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

Check lookup array order on broadcast (and other operations) #416

Closed rafaqz closed 8 months ago

rafaqz commented 2 years ago

This should happen but doesn't currently. It also needs to be separate from checking the type, because Points/Intervals should still broadcast together.

Checking the value is a bigger step and has performance considerations, but is probably ok in cases with ranges where that kind of performance is more likely to matter.