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

Use fused types for _take_2d #22917

Merged
merged 6 commits into from
Oct 5, 2018
Merged

Use fused types for _take_2d #22917

merged 6 commits into from
Oct 5, 2018

Conversation

jbrockmendel
Copy link
Member

Misc cleanup

For some of the cython code I get unexplained test failures when using fused types. Vaguely hoping to narrow down the set of affected functions so as to make a helpful bug report to cython.

@codecov
Copy link

codecov bot commented Oct 1, 2018

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master   #22917   +/-   ##
=======================================
  Coverage   92.19%   92.19%           
=======================================
  Files         169      169           
  Lines       50831    50831           
=======================================
  Hits        46864    46864           
  Misses       3967     3967
Flag Coverage Δ
#multiple 90.61% <ø> (ø) ⬆️
#single 42.35% <ø> (ø) ⬆️

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 4976ee1...849a6ce. Read the comment docs.


if take_t is object:
# evaluated at compile-time
result = values.copy()
Copy link
Contributor

Choose a reason for hiding this comment

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

empty_like doesn't work?

Copy link
Member Author

Choose a reason for hiding this comment

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

This is just maintaining the status quo, so I didn't try it the other way.

@jreback jreback added the Clean label Oct 1, 2018
@jreback
Copy link
Contributor

jreback commented Oct 4, 2018

rebase. I assume you want to merge this, or was this just testing things?

@jbrockmendel
Copy link
Member Author

rebase. I assume you want to merge this

Done and yes

@jreback jreback added this to the 0.24.0 milestone Oct 5, 2018
@jreback jreback merged commit d523d9f into pandas-dev:master Oct 5, 2018
@jreback
Copy link
Contributor

jreback commented Oct 5, 2018

thanks!

@jbrockmendel jbrockmendel deleted the temp4 branch October 5, 2018 13:38
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.

None yet

2 participants