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

Support for post slices #273

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft

Support for post slices #273

wants to merge 3 commits into from

Conversation

hunse
Copy link
Collaborator

@hunse hunse commented Mar 3, 2020

Was looking into this briefly to get a time estimate for Dan, and found a couple bugs.

Also made some notes on what we'd need to do to add full support for post indices/slices.

@tbekolay tbekolay marked this pull request as draft December 13, 2021 21:15
In the case of advanced indexing, the "slice" object could actually
be an array. In this case, using `!=` to compare to `slice(None)`
compares each element, rather than the whole object.
On connections from ensembles, we used `post_slice`, but did not
set it to `None`, causing an error later.

TODO: test that post_slices now work from Ensembles
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants