Open
Description
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__
).