mcabbott / mcabbott/AxisKeys.jl
SVD on a KeyedArray is forgetting that it was a KeyedArray
Open
Nobody has claimed this yet.
- Dominant language
- Julia
- Stars
- 154
- Forks
- 31
- PR merge metrics
- No merged PRs in 30d
Description
R = rand(10,10)
A = KeyedArray(R, iter=1:10, iter2=1:10)
svd(A).U isa NamedDimsArray
Possibly related: https://github.com/mcabbott/AxisKeys.jl/issues/31
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 running the reproducer with rand, KeyedArray, and svd(A), then inspect the related AxisKeys.jl issue for context. Done means svd(A).U no longer loses the keyed-array representation described in the report.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- data
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100