Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
To take the edge, one need to go all the way to None, and not to zero. e.g. [0,1,2,3,4,5,6][slice(3,0,1)] -- > [3, 2, 1] [0,1,2,3,4,5,6][slice(3,None,1)] --> [3, 2, 1, 0] See also: JaneliaSciComp/bigstream#8
- Loading branch information