VirtualiZarr icon indicating copy to clipboard operation
VirtualiZarr copied to clipboard

Use `ndindex` to simplify indexes

Open TomNicholas opened this issue 5 months ago • 0 comments

In #734 I refactored the indexing code to more robustly deal with simplifying indexes that have ellipses. But I potentially could have just used ndindex's reduce method to do this for me. We should look at how much code could be saved by adding ndindex as a dependency.

TomNicholas avatar Jul 28 '25 18:07 TomNicholas