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

Could/Should have just used OffsetArrays? #1

Closed
cmcaine opened this issue May 16, 2022 · 0 comments
Closed

Could/Should have just used OffsetArrays? #1

cmcaine opened this issue May 16, 2022 · 0 comments

Comments

@cmcaine
Copy link
Owner

cmcaine commented May 16, 2022

Something like this would catch most of the issues, I think. Code can still assume that indexes are consecutive, tho. OffsetArrays doesn't allow non-consecutive indices, tho.

EvilArray(a) = OffsetArray(a, repeat([-100000], length(axes(a))))
@cmcaine cmcaine closed this as completed in b7cc7df Jun 7, 2022
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

No branches or pull requests

1 participant