numarray index slicing doesn't work properly
Bug #120280 reported by
N3ug3
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
python-numarray (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
Binary package hint: python-numarray
Index slicing of numarray generated arrays returns error arrays and incorrect shape. The function S = F[m:n] is supposed to return S as the slice of F from element m to element n-1 with s.shape=n-m. There are no return errors during the operation, but S.shape=n and any subsequent call of S return an error.
To post a comment you must log in.
python-numarray is not developed anymore. Please could you recheck with python-numpy and attach a testcase?