-
- Downloads
returning a different type for 0-length array can break the client (cf. #987)
script e.g. numpy.array((0,),np.float64)+1 is valid but []+1 is invalid
Loading
Please register or sign in to comment
script e.g. numpy.array((0,),np.float64)+1 is valid but []+1 is invalid