You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current definition of `size(iter::BlockIndices)` was assuming the
indices were ranges (resulting from #483 where `BlockIndexRange` was
generalized to `BlockIndices` but the definition if `size` wasn't
updated accordingly), so for (non-contiguous) non-ranges it was giving
the wrong result, this PR fixes that. Additionally, previously only
`size` was defined which meant that BlockIndices where the indices had
non-trivial axes (like blocked axes) lost information, which is now
fixed and tested.
0 commit comments