Skip to content

oracle tests #15

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

Closed
wants to merge 0 commits into from
Closed

oracle tests #15

wants to merge 0 commits into from

Conversation

TomAugspurger
Copy link

Using the fact that op(RangeIndex, x) === op(Int64Index(RangeIndex, x)) to make a bunch of tests

this will fail on floordiv right now

AssertionError: Index are different

Index length are different
[left]:  5, RangeIndex(start=2, stop=-3, step=-1)
[right]: 10, Int64Index([2, 2, 1, 1, 0, 0, -1, -1, -2, -2], dtype='int64')
-

@jreback
Copy link
Owner

jreback commented Jan 15, 2016

incorporated pandas-dev#11892

thanks!

I make floordiv just always return Int64Index, simpler that way :)

@jreback jreback closed this Jan 15, 2016
@TomAugspurger TomAugspurger deleted the jreback-ri branch November 3, 2016 12:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants