Skip to content

What happens when the any of indices passed to __getitem__ are integers, or list of integers? #60

Description

@davidhassell

Hi - what happens when the any of indices passed to __getitem__ are integers, or list of integers? E.g.

>>> a[:, 3] 
>>> a[:, [3, 4]]
>>> a[[1, 2], [3, 4]]

Does the active reduction work in these cases?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions