Skip to content

implement multiple : in the same string #360

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
gdementen opened this issue Aug 22, 2017 · 1 comment
Open

implement multiple : in the same string #360

gdementen opened this issue Aug 22, 2017 · 1 comment

Comments

@gdementen
Copy link
Contributor

>>> arr = ndtest(10)
>>> arr['a0:a2,a4,a6:a8']
ValueError: a0:a2,a4,a6:a8 is not a valid label for any axis

This works for .. but not for :

>>> arr['a0..a2,a4,a6..a8']
a  a0  a1  a2  a4  a6  a7  a8
    0   1   2   4   6   7   8
@gdementen
Copy link
Contributor Author

related to #151 and #23

@alixdamman alixdamman added this to the 0.30 milestone Jan 25, 2018
@alixdamman alixdamman modified the milestones: 0.30, 0.31 Jul 18, 2018
@alixdamman alixdamman modified the milestones: 0.31, 0.32 Jan 31, 2019
@alixdamman alixdamman removed this from the 0.32 milestone Aug 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants