rafaqz / DimensionalData.jl

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

fix cat and test error messages #492

Closed rafaqz closed 1 year ago

rafaqz commented 1 year ago

@tiemvanderdeure this should fix your Explicit cat problem. It also adds a bunch more checks to make sure cat is actually correct. I'm sure there are more ways it can be wrong, if you can see anything else that will either still break on cat or will work when it shouldn't, let me know, and feel free to do a code review.