-
-
Notifications
You must be signed in to change notification settings - Fork 18.2k
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
~Finish collecting m8[ns] tests, start collecting division by zero tests #22153
Conversation
…etic, parametrize more
k, rebase on top as merged #22074 |
Codecov Report
@@ Coverage Diff @@
## master #22153 +/- ##
==========================================
+ Coverage 92.06% 92.06% +<.01%
==========================================
Files 169 169
Lines 50694 50694
==========================================
+ Hits 46671 46672 +1
+ Misses 4023 4022 -1
Continue to review full report at Codecov.
|
One build is failing because it says there is no "box" fixture, but there is. Seen this before? |
@jreback this should go before others for easiest rebasing |
ok lgtm. can you rebase and merge on green (just to make sure). can you make the next followup to split this to a sub-dir (i know its all td atm but just to make it clear / easier) |
…sts (pandas-dev#22153) * implement box fixture, move a couple tests from timedelta.test_arithmetic, parametrize more * port floordiv tests * port test_td64arr_rfloordiv_tdlike_scalar * make fixtures, port last of TimedeltaIndex div/mul tests * port add/sub tests, cleanup imports * port test_tdi_add_offset-index * port offset addsub tests * start collecting division by zero tests * dummy commit to force CI * fix dumb name override mistake
The division by zero tests aren't yet parametrized, are mostly just moved as-is. Both these and the newly moved m8[ns] tests will need a bunch of de-duplication in the next pass.
Tons of DataFrame tests failing. #22074 is the PR we need, though maybe not the one we deserve.
Started in on fixtures.