Skip to content

TST: MultiIndex Slicing maintains first level index (#12697) #15255

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
Jan 29, 2017

Conversation

mroeschke
Copy link
Member

The original issue appears to work correctly on master and doesn't seem to have been fixed by a PR from 0.20.0

@jorisvandenbossche
Copy link
Member

Thanks!

Seems it was already fixed in 0.19.0 as well.

Just wondering for the location of the test, we don't have a separate class/file for multi-index tests? Now it seems in one gigantic TestIndexing class (@jreback?)

@jorisvandenbossche jorisvandenbossche added Testing pandas testing functions or related to the test suite MultiIndex labels Jan 29, 2017
@jorisvandenbossche jorisvandenbossche added this to the 0.20.0 milestone Jan 29, 2017
@codecov-io
Copy link

codecov-io commented Jan 29, 2017

Current coverage is 86.32% (diff: 100%)

Merging #15255 into master will not change coverage

@@             master     #15255   diff @@
==========================================
  Files           139        139          
  Lines         51149      51149          
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
  Hits          44156      44156          
  Misses         6993       6993          
  Partials          0          0          

Powered by Codecov. Last update 66d8c41...6477929

@jreback
Copy link
Contributor

jreback commented Jan 29, 2017

some tests in test_multilevel some in test_indexing

prob should make a new combined one

@jorisvandenbossche jorisvandenbossche merged commit 7bb4980 into pandas-dev:master Jan 29, 2017
@jorisvandenbossche
Copy link
Member

@mroeschke Thanks!
Let's keep potential reordering of tests for another PR

@mroeschke mroeschke deleted the fix_12697 branch December 20, 2017 02:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
MultiIndex Testing pandas testing functions or related to the test suite
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Multi index slicing working only for the last label in the first level index
4 participants