-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Fix rfloordiv return type, un-xfail Timedelta tests #19820
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 #19820 +/- ##
=========================================
Coverage ? 91.58%
=========================================
Files ? 150
Lines ? 48892
Branches ? 0
=========================================
Hits ? 44780
Misses ? 4112
Partials ? 0
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
doc comment. ping when pushed.
doc/source/whatsnew/v0.23.0.txt
Outdated
@@ -744,6 +744,7 @@ Timedelta | |||
- Bug in :func:`Timedelta.__floordiv__`, :func:`Timedelta.__rfloordiv__` where operating with a ``Tick`` object would raise a ``TypeError`` instead of returning a numeric value (:issue:`19738`) | |||
- Bug in :func:`Period.asfreq` where periods near ``datetime(1, 1, 1)`` could be converted incorrectly (:issue:`19643`) | |||
- Bug in :func:`Timedelta.total_seconds()` causing precision errors i.e. ``Timedelta('30S').total_seconds()==30.000000000000004`` (:issue:`19458`) | |||
- Bug in :func: `Timedelta.__rmod__` where operating with a ``numpy.timedelta64`` returned a ``timedelta64`` object instead of a ``Timedelta`` (:issue:`19378`) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is not the correct reference, can you update?
needs rebase actually. ping on green. |
thanks |
git diff upstream/master -u -- "*.py" | flake8 --diff