JuliaDataCubes / JuliaDataCubes/PyramidScheme.jl
getindex of Pyramid should be lazy
Open
Nobody has claimed this yet.
- Dominant language
- Julia
- Stars
- 18
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
Currently this is not lazy because we hit the fallback of a AbstractDimarray instead of something lazy.
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 Pyramid's getindex implementation and the AbstractDimArray fallback mentioned in the issue. Determine how indexed data should remain lazy, then add or update coverage demonstrating lazy indexing and run the relevant Julia tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- data-visualization
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100