Skip to content

replace arrays_only argument by skip_errors in Session._unaryop and add it to Session._unaryop #862

Open
@alixdamman

Description

@alixdamman

Currently available unary ops on Session are __neg__, __pos__, __abs__ and __invert__.

These ops should only apply on arrays (assuming integer and float elements of Session objects are only used to store years, maximum/minimum age, ... and should not be modified by unary ops like __neg__, __pos__ and __abs__).

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions