Skip to content

BUG: GH10645 and GH10692 where operation on large Index would error #11049

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

Merged
merged 1 commit into from
Sep 10, 2015

Conversation

kawochen
Copy link
Contributor

closes #10645
closes #10692
replaces #10675
Do I need @slow for these tests?

@jreback jreback added Indexing Related to indexing on series/frames, not to indexes themselves MultiIndex Bug Reshaping Concat, Merge/Join, Stack/Unstack, Explode labels Sep 10, 2015
def test_large_mi_dataframe_indexing(self):
#GH10645
result = MultiIndex.from_arrays([range(10**6), range(10**6)])
assert(not (10**6, 0) in result)
Copy link
Contributor

Choose a reason for hiding this comment

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

use self.assertFalse(....)

@jreback
Copy link
Contributor

jreback commented Sep 10, 2015

no need for slow these are < 1s total.

@jreback jreback added this to the 0.17.0 milestone Sep 10, 2015
@jreback
Copy link
Contributor

jreback commented Sep 10, 2015

minor correction, ping on green

jreback added a commit that referenced this pull request Sep 10, 2015
BUG: GH10645 and GH10692 where operation on large Index would error
@jreback jreback merged commit c266dc3 into pandas-dev:master Sep 10, 2015
@jreback
Copy link
Contributor

jreback commented Sep 10, 2015

@kawochen thank you sir!

jreback added a commit that referenced this pull request Sep 11, 2015
nickeubank pushed a commit to nickeubank/pandas that referenced this pull request Sep 29, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Indexing Related to indexing on series/frames, not to indexes themselves MultiIndex Reshaping Concat, Merge/Join, Stack/Unstack, Explode
Projects
None yet
2 participants