Skip to content

dshape is not a type #240

@reversefold

Description

@reversefold

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").

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions