-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
BUG: Fix NaT comparisons with Timedelta (#26039) #26046
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
Codecov Report
@@ Coverage Diff @@
## master #26046 +/- ##
==========================================
- Coverage 91.9% 91.89% -0.01%
==========================================
Files 175 175
Lines 52485 52485
==========================================
- Hits 48235 48231 -4
- Misses 4250 4254 +4
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #26046 +/- ##
==========================================
+ Coverage 91.9% 91.97% +0.06%
==========================================
Files 175 175
Lines 52485 52379 -106
==========================================
- Hits 48235 48174 -61
+ Misses 4250 4205 -45
Continue to review full report at Codecov.
|
Hello @ArtificialQualia! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found: There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻 Comment last updated at 2019-04-27 14:31:03 UTC |
thanks @ArtificialQualia |
git diff upstream/master -u -- "*.py" | flake8 --diff