Skip to content
  • Frederik Hennig's avatar
    Fixes to shift_slice · a817ea2c
    Frederik Hennig authored and Markus Holzer's avatar Markus Holzer committed
    - `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
    a817ea2c