Skip to content

Discover doesn't simultaneously handle var and heterogeneous types #100

@mrocklin

Description

@mrocklin

Failing case

In [6]: discover([[1, 2, 3.0], [4.0, 5], [None, 6.0, 7]])
Out[6]: dshape("((int64, int64, float64), (float64, int64), (null, float64, int64))")

Should be

3 * var * ?float64

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions