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

TST: fix 24 xfails in maybe_promote #28833

Merged
merged 2 commits into from
Oct 8, 2019

Conversation

jbrockmendel
Copy link
Member

Vague gameplan: I think I've got a handle on the if not boxed xfail tests that are left, will incrementally fix them over a few more steps. Then the if boxed cases all correspond to passing ndarray for fill_value, which never happens in the tests except for dedicated tests designed to do exactly that. If we can rule that case out, we can remove most of the remaining xfails (and a lot of complexity in the test code) in one swoop.

@jbrockmendel
Copy link
Member Author

Edit in internals.concat turns out to be necessary to fix a different test that the maybe_promote edit broke. The relevant code in internals.concat should really use maybe_promote or something similar. Will open an issue to that effect.

@jreback jreback added Dtype Conversions Unexpected or buggy dtype conversions Testing pandas testing functions or related to the test suite labels Oct 8, 2019
@jreback jreback added this to the 1.0 milestone Oct 8, 2019
@jreback jreback merged commit acde02b into pandas-dev:master Oct 8, 2019
@jreback
Copy link
Contributor

jreback commented Oct 8, 2019

thanks @jbrockmendel (hope these were orthogonal!)

@jbrockmendel
Copy link
Member Author

hope these were orthogonal

Yep, I'm being pretty careful to keep these orthogonal so we can keep a tight turnaround on these.

@jbrockmendel jbrockmendel deleted the maybe_promote11 branch October 8, 2019 21:24
proost pushed a commit to proost/pandas that referenced this pull request Dec 19, 2019
proost pushed a commit to proost/pandas that referenced this pull request Dec 19, 2019
bongolegend pushed a commit to bongolegend/pandas that referenced this pull request Jan 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Dtype Conversions Unexpected or buggy dtype conversions Testing pandas testing functions or related to the test suite
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants