Skip to content

Filter gives us exactly opposite result. #125

Description

@fegin

For numpy.ma.MaskedArray, True means marked. Therefore we have different result from numpy for following example:

a = expr.arange((100,))
a = eager(a)
a = a[a > 50]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions