NCAS-CMS / NCAS-CMS/PyActiveStorage
What happens when the any of indices passed to `__getitem__` are integers, or list of integers?
Open
Nobody has claimed this yet.
question
- Dominant language
- Python
- Stars
- 6
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
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?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the Python implementation of getitem and any tests covering integer or list-based indices. Check how the existing active reduction behaves for the three examples, then define and test the expected behavior for scalar, list, and paired integer indices.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- data
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100