RecursiveArrayTools.jl icon indicating copy to clipboard operation
RecursiveArrayTools.jl copied to clipboard

Make `lastindex(::AbstractVectorOfArray, i)` error when `i!=1`

Open oscardssmith opened this issue 1 year ago • 0 comments

This makes A[:, end] error for ragged AbstractVectorOfArray when the lengths are not equal. Before it could either index out of bounds or get non-last indices.

oscardssmith avatar Jul 12 '23 17:07 oscardssmith