Skip to content

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

@davidhassell

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?

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