Fix: shift_slice to accept single slices as argument, and return tuples
- Oct 06, 2020
-
-
Frederik Hennig authored4cdca4fd
-
- Oct 05, 2020
-
-
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
28ac5a3c
-