-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
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
Conversation
Hello @jbrockmendel! Thanks for submitting the PR.
|
@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 Report
@@ 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
Continue to review full report at Codecov.
|
If those are ready then that'd be great. But my understanding is that there are not-easily-resolved questions, particularly the combinatorial explosion. |
first has not been reviewed |
Then let's review that? (I have already reviewed it)
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) |
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. |
thanks @jbrockmendel |
Test helpers and fixtures broken off of #23734 and #23642 since these are blockers for boxing and (thankfully, finally) simplification in these files