astrofrog / astrofrog/numtraits
Add support for incomplete shapes
Open
enhancement
- Dominant language
- Python
- Stars
- 39
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
For example, `shape=(None, 3)` would mean any 2-d array where the second dimension is 3
Contributor guide
No contributing guide indexed for this repository
Research direction
The issue gives the intended example, `shape=(None, 3)`, meaning any two-dimensional array whose second dimension is 3. Start by locating the shape-validation entry point in the repository and check its existing shape tests. Done means incomplete dimensions are accepted with the stated constraint while existing shape validation remains correct.
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
- Mostly clear
- Newbie friendliness
- 35/100