Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

oscardssmith
Copy link
Contributor

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.

@ChrisRackauckas ChrisRackauckas force-pushed the ragged-lastindex-error branch from 6df1fc7 to c933e3a Compare July 12, 2023 17:45
@ChrisRackauckas ChrisRackauckas force-pushed the ragged-lastindex-error branch from 555075f to 4d8559a Compare July 12, 2023 19:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants