Skip to content
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

PathLikeSelector.select() does not return results in order of specified selector #16

Open
lebedov opened this issue Aug 25, 2014 · 0 comments
Labels

Comments

@lebedov
Copy link
Member

lebedov commented Aug 25, 2014

Since DataFrame.select() applies the specified selection function in the order of the entries in the DataFrame's index, PathLikeSelector.select() will not return results in the order of the selector it is passed. This behavior can cause problems in other parts of Neurokernel that assume that the selected results will be returned in the order of the selector.

@lebedov lebedov added the bug label Aug 25, 2014
lebedov added a commit that referenced this issue Dec 21, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant