Skip to content

Fix bug in width-1 slices of Array2D

This PR fixes #1504 (closed) which reported an IndexError when attempting to create width-1 slices of Array2D objects.

Merge request reports