Skip to content

TST: implement tm.to_array, box_with_timedelta, box4 #23748

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 2 commits into from
Nov 17, 2018

Conversation

jbrockmendel
Copy link
Member

Test helpers and fixtures broken off of #23734 and #23642 since these are blockers for boxing and (thankfully, finally) simplification in these files

@pep8speaks
Copy link

Hello @jbrockmendel! Thanks for submitting the PR.

@gfyoung gfyoung added the Testing pandas testing functions or related to the test suite label Nov 17, 2018
@jorisvandenbossche
Copy link
Member

@jbrockmendel Why not merging those two PRs you mention? We have already reviewed those, and I think they are more or less ready to be merged?

@codecov
Copy link

codecov bot commented Nov 17, 2018

Codecov Report

Merging #23748 into master will decrease coverage by 0.02%.
The diff coverage is 22.22%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #23748      +/-   ##
==========================================
- Coverage   92.25%   92.23%   -0.03%     
==========================================
  Files         161      161              
  Lines       51390    51408      +18     
==========================================
+ Hits        47411    47415       +4     
- Misses       3979     3993      +14
Flag Coverage Δ
#multiple 90.62% <22.22%> (-0.03%) ⬇️
#single 42.3% <11.11%> (-0.02%) ⬇️
Impacted Files Coverage Δ
pandas/util/testing.py 85% <22.22%> (-1.08%) ⬇️

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 db2066b...b440900. Read the comment docs.

@jbrockmendel
Copy link
Member Author

Why not merging those two PRs you mention? We have already reviewed those, and I think they are more or less ready to be merged?

If those are ready then that'd be great. But my understanding is that there are not-easily-resolved questions, particularly the combinatorial explosion.

@jreback
Copy link
Contributor

jreback commented Nov 17, 2018

first has not been reviewed

@jorisvandenbossche
Copy link
Member

first has not been reviewed

Then let's review that? (I have already reviewed it)

If those are ready then that'd be great. But my understanding is that there are not-easily-resolved questions, particularly the combinatorial explosion

As I mentioned on the PRs, they are ready for me. For the combinatorial issue, as long as the fixture is not used that much, we can deal with it later I think (as you mentioned there, you were not actually changing the number of options for the fixtures, just reorganizing them a bit)

@jorisvandenbossche
Copy link
Member

first has not been reviewed

Then let's review that? (I have already reviewed it)

Now, for me it doesn't matter much, it's just two other PRs that @jbrockmendel needs to rebase/merge conflicts, and we that have to look again at the new diff. But if this is a more logical chunk of changes, that's fine.

@jreback jreback added this to the 0.24.0 milestone Nov 17, 2018
@jreback jreback merged commit 2d766b6 into pandas-dev:master Nov 17, 2018
@jreback
Copy link
Contributor

jreback commented Nov 17, 2018

thanks @jbrockmendel

@jbrockmendel jbrockmendel deleted the ctests branch November 17, 2018 22:50
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
Testing pandas testing functions or related to the test suite
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants