Skip to content

numpy any and all applied to object arrays should return booleans. #4352

@charris

Description

@charris

Currently in 1.9-devel

In [45]: type(np.any(np.ones(2,dtype='O')))
Out[45]: int

In [46]: type(np.all(np.ones(2,dtype='O')))
Out[46]: int

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