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

getindex(::UnitRange, ::BlockedUnitRange) isn't blocked #367

Open
mtfishman opened this issue Mar 29, 2024 · 1 comment
Open

getindex(::UnitRange, ::BlockedUnitRange) isn't blocked #367

mtfishman opened this issue Mar 29, 2024 · 1 comment

Comments

@mtfishman
Copy link
Collaborator

For example:

julia> using BlockArrays

julia> (1:4)[blockedrange([2, 2])]
1:4

while:

julia> Vector(1:4)[blockedrange([2, 2])]
2-blocked 4-element PseudoBlockVector{Int64}:
 1
 23
 4

See this related comment: #347 (comment).

@jishnub
Copy link
Member

jishnub commented Mar 30, 2024

Yes, this is a shortcoming in Base, so we'll need to work around this.

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

2 participants