Skip to content

BUG: issubdtype produces inconsistent result for float32 and float64 #9480

Closed
@eric-wieser

Description

@eric-wieser
>>> np.issubdtype(np.float32, np.dtype('float64'))
True
>>> np.issubdtype(np.float32, np.float64)
False

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions