From aaeff1b8728177173c5a983d194faba26019807c Mon Sep 17 00:00:00 2001 From: Athan Reines Date: Mon, 21 Jun 2021 11:21:33 -0700 Subject: [PATCH] Require output to be default integer dtype --- spec/API_specification/set_functions.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/spec/API_specification/set_functions.md b/spec/API_specification/set_functions.md index c8d04cffa..b39122f76 100644 --- a/spec/API_specification/set_functions.md +++ b/spec/API_specification/set_functions.md @@ -59,6 +59,4 @@ Returns the unique elements of an input array `x`. - **counts**: _<array>_ - - an array containing the number of times each unique element occurs in `x`. - - _TODO: should this be `int64`? This probably makes sense for most hardware; however, may be undesirable for older hardware and/or embedded systems._ + - an array containing the number of times each unique element occurs in `x`. The returned array must have the default integer data type.