Skip to content

Fix indexing #400

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

Closed
wants to merge 2 commits into from
Closed

Fix indexing #400

wants to merge 2 commits into from

Conversation

lshaw8317
Copy link
Collaborator

Fixed indexing for lazy expressions when a reduction is used, so that only a part of the array is returned (although necessarily the expression is computed for the full array, as is always the case for a reduction).
This fixes #397.
The problem #399 remains.

@lshaw8317 lshaw8317 closed this May 6, 2025
@lshaw8317 lshaw8317 deleted the fixIndexing branch May 6, 2025 15:40
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.

get_item with lazy expressions containing reductions fails to index properly
1 participant