Skip to content

TST: Test reindex w/ multiindex df (GH21247) #42528

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
Jul 14, 2021

Conversation

calvh
Copy link
Contributor

@calvh calvh commented Jul 14, 2021

Whats new:
Add a test to pandas/tests/indexes/multi/test_reindex.py

@calvh
Copy link
Contributor Author

calvh commented Jul 14, 2021

Hello @mroeschke this is my first PR to the main code base.

The CI failed because of a timeout:

##[error]The job running on agent Azure Pipelines 2 ran longer than the maximum time of 60 minutes. For more information, see https://go.microsoft.com/fwlink/?linkid=2077134

I'm not sure what I should be doing to fix this issue. Is there a standard procedure?

Thanks.

Copy link
Member

@mroeschke mroeschke left a comment

Choose a reason for hiding this comment

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

Thanks LGTM. That Azure job timeout is unrelated to this test.

@mroeschke mroeschke added this to the 1.4 milestone Jul 14, 2021
@mroeschke mroeschke added the Testing pandas testing functions or related to the test suite label Jul 14, 2021
@jreback jreback merged commit b4aa48f into pandas-dev:master Jul 14, 2021
@jreback
Copy link
Contributor

jreback commented Jul 14, 2021

thanks @calvh

feefladder pushed a commit to feefladder/pandas that referenced this pull request Sep 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Testing pandas testing functions or related to the test suite
Projects
None yet
Development

Successfully merging this pull request may close these issues.

reindex() inconsistency between Index and MultiIndex
3 participants