Skip to content

CLN: remove if conditions that are almost never True #11767

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
Dec 7, 2015

Conversation

kawochen
Copy link
Contributor

@kawochen kawochen commented Dec 5, 2015

use typed iNaT in Cython code when possible, remove checking that is almost always False

@jreback
Copy link
Contributor

jreback commented Dec 5, 2015

seems reasonable, does this affect perf at all?

@jreback jreback added the Clean label Dec 5, 2015
@jreback jreback added this to the 0.18.0 milestone Dec 5, 2015
@kawochen
Copy link
Contributor Author

kawochen commented Dec 7, 2015

ran a check, and asv didn't flag anything

jreback added a commit that referenced this pull request Dec 7, 2015
CLN: remove if conditions that are almost never True
@jreback jreback merged commit 111380f into pandas-dev:master Dec 7, 2015
@jreback
Copy link
Contributor

jreback commented Dec 7, 2015

ty!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants