Skip to content

Commit bf3ea77

Browse files
authored
Require output to be default integer dtype (#205)
1 parent 8da3d42 commit bf3ea77

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

spec/API_specification/set_functions.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,4 @@ Returns the unique elements of an input array `x`.
5959
6060
- **counts**: _<array>_
6161
62-
- an array containing the number of times each unique element occurs in `x`.
63-
64-
_TODO: should this be `int64`? This probably makes sense for most hardware; however, may be undesirable for older hardware and/or embedded systems._
62+
- an array containing the number of times each unique element occurs in `x`. The returned array must have the default integer data type.

0 commit comments

Comments
 (0)