meggart / DiskArrays.jl

Other
72 stars 13 forks source link

Dispatch on the dims type in cat_disk to allow for one element tuples for dims in cat #134

Closed felixcremer closed 7 months ago

felixcremer commented 7 months ago

This would partially fix #133 by handling the case when the iterator has only one element and that needs to put out of the tuple and forward to the original method. This makes it possible to use cat from DimensionalData with DiskArray backed arrays.

I had to rearrange the cat_disk function so that we can dispatch on the dims type.

The entries in the Project.toml are because Aqua was complaining.