dshape is not a type
Open
- Dominant language
- Python
- Stars
- 189
- Forks
- 62
- PR merge metrics
- No merged PRs in 30d
Description
When using a datashape.dshape in typing.Tuple I get a runtime error saying that the dshape is not a type:
```
In [10]: typing.Tuple[datashape.dshape("3 * float64")]
...
TypeError: Tuple[t0, t1, ...]: each t must be a type. Got dshape("3 * float64").
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.