Skip to content
This repository was archived by the owner on Oct 1, 2019. It is now read-only.

Conversation

@patrick91
Copy link
Member

Adds some more slicing tests, and closes #83

@patrick91 patrick91 merged commit 2d8713c into master May 11, 2018
@patrick91 patrick91 deleted the feature/ext-slice branch May 11, 2018 20:59
a[:-3:-1]
a[-3::-1]
point_coords = coords[i, :]
main(sys.argv[1:])
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would be nice to see some tests involving wrapping. In particular, I'd like to see where that trailing comma gets placed.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Removes list index operator

3 participants