Skip to content

consistent return type 0 length array

returning a different type for 0-length array can break the client (cf. #987 (closed)) script e.g. numpy.array((0,),np.float64)+1 is valid but []+1 is invalid

Merge request reports