An error occurred while fetching the assigned milestone of the selected merge_request.
Fix: shift_slice to accept single slices as argument, and return tuples
Files
2- Frederik Hennig authored
- `shift_slice` did not work for single slices as it always tried to iterate its argument - `shift_slice` returned lists of slices, but for accessing numpy arrays, tuples of slices are required