Skip to content

BUG: np.equal does not work where == does  #4470

@abalkin

Description

@abalkin
>>> import numpy as np
>>> x = np.array('abc', 'c')
>>> x == x
array([ True,  True,  True], dtype=bool)
>>> np.equal(x, x)
NotImplemented

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