-
Notifications
You must be signed in to change notification settings - Fork 360
Open
Labels
@Sh3mm
Description
The abs(&self) method in BaseArray only works for float arrays since it's defined as part of the Element-wise methods for float arrays section.
However, in my opinion, we should also be able to get the absolute version of negative integers arrays.