Skip to content
Snippets Groups Projects
Commit 28ac5a3c authored by Frederik Hennig's avatar Frederik Hennig
Browse files

Fixes to shift_slice

- `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
parent 0d6780b8
This commit is part of merge request !177. Comments created here will be created in the context of that merge request.
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment