Arnon Senderov
Results
2
issues of
Arnon Senderov
On formal Numpy, the output for **print(type((np.array([1],dtype=np.int32)[0])))** is ****, the array items keeps their types when used as scalars. On ulab the items out of the array becomes 'int' or...
enhancement
numpy compatibility
Two bugs: 1. numpy casting does not follow expected casting (compared with my python 3 or https://www.onlinegdb.com/) Adding the value '1' to an 8-bits array changes the type of the...
bug
enhancement
numpy compatibility