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

BUG/TST: fix several issues with slice bound checking code #6531

Merged
merged 1 commit into from
Mar 5, 2014

Commits on Mar 5, 2014

  1. BUG/TST: fix several issues with slice bound checking code

    BUG/TST: fix handling of slice.stop < -len, obj.iloc[:-len(obj)] should be empty
    
    BUG/TST: fix exceptions raised by Series.iloc when slice.start > len
    
    CLN: remove unused _check_slice_bound function and raise_on_error params
    immerrr committed Mar 5, 2014
    Configuration menu
    Copy the full SHA
    463991b View commit details
    Browse the repository at this point in the history