blaze / blaze/datashape

dshape is not a type

Open
#240 1 comment 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.