Skip to content

timedelta64 should be a subtype of signedinteger #148

Open
@jorenham

Description

@jorenham
>>> import numpy as np
>>> issubclass(np.timedelta64, np.signedinteger)
True

But this isn't reflected in stubs.

LSP-wise, it's rather sketchy, but it has to be done either way.

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions