* implement nonzero for Boolean arrays * remove axtls from build script * extend nonzero to ndarrays of arbitrary dtype, and iterable, fix float tests * temporarily disable circuitpython tests * add nonzero documentation * Added test script for np.nonzero() Co-authored-by: Tejal Ashwini Barnwal <64950661+tejalbarnwal@users.noreply.github.com>
4 lines
128 B
Text
4 lines
128 B
Text
988.0
|
|
array([1.0, 1.0, 1.0, ..., 1.0, 1.0, 1.0], dtype=float64)
|
|
988.0
|
|
array([1.0, 1.0, 1.0, ..., 1.0, 1.0, 1.0], dtype=float64)
|