Skip to content

array(data, dtype=None) #80

Closed
Closed
@alimanfoo

Description

@alimanfoo

Currently if dtype kwarg is given but value is None then the array creation function will not use dtype from data but use np.dtype(None) which ends up as float. In this case dtype=None should mean use dtype from data.

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