Skip to content

CLN: dont catch Exception on reindex_multi #28853

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 8 commits into from
Oct 11, 2019

Conversation

jbrockmendel
Copy link
Member

@toobaz any guesses what this might have been intended to catch?

@jreback jreback added this to the 1.0 milestone Oct 8, 2019
return self._reindex_multi(axes, copy, fill_value)
except Exception:
pass
return self._reindex_multi(axes, copy, fill_value)
Copy link
Contributor

Choose a reason for hiding this comment

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

I don't remember why i added this, but ok if everything passes

@toobaz
Copy link
Member

toobaz commented Oct 9, 2019

@toobaz any guesses what this might have been intended to catch?

No... and no objection to removing.

@jreback jreback merged commit 7ea5c96 into pandas-dev:master Oct 11, 2019
@jreback
Copy link
Contributor

jreback commented Oct 11, 2019

thanks @jbrockmendel

@jbrockmendel jbrockmendel deleted the faster12 branch October 11, 2019 15:54
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants