Skip to content

fix and test incorrect case in delta_to_nanoseconds #23302

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
Oct 26, 2018

Conversation

jbrockmendel
Copy link
Member

Some minor cython cleanup along the way

@pep8speaks
Copy link

Hello @jbrockmendel! Thanks for submitting the PR.

@codecov
Copy link

codecov bot commented Oct 24, 2018

Codecov Report

Merging #23302 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master   #23302   +/-   ##
=======================================
  Coverage   92.22%   92.22%           
=======================================
  Files         169      169           
  Lines       50897    50897           
=======================================
  Hits        46940    46940           
  Misses       3957     3957
Flag Coverage Δ
#multiple 90.65% <ø> (ø) ⬆️
#single 42.29% <ø> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5a0c91e...e3caa49. Read the comment docs.

@jreback
Copy link
Contributor

jreback commented Oct 24, 2018

does this have any perf issue?

@jreback jreback added the Timedelta Timedelta data type label Oct 24, 2018
@jreback jreback added this to the 0.24.0 milestone Oct 24, 2018
@jreback jreback added the Bug label Oct 24, 2018
@jbrockmendel
Copy link
Member Author

does this have any perf issue?

Haven't checked, but should even out, to very slight improvement. Replace one never-true (early, c-speed) type check with a (late, c-speed) type check.

@jreback jreback merged commit d93990e into pandas-dev:master Oct 26, 2018
@jreback
Copy link
Contributor

jreback commented Oct 26, 2018

thanks!

@jbrockmendel jbrockmendel deleted the tdfix branch October 26, 2018 00:25
tm9k1 pushed a commit to tm9k1/pandas that referenced this pull request Nov 19, 2018
Pingviinituutti pushed a commit to Pingviinituutti/pandas that referenced this pull request Feb 28, 2019
Pingviinituutti pushed a commit to Pingviinituutti/pandas that referenced this pull request Feb 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Timedelta Timedelta data type
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants