-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Follow-up to #17419 #17497
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
Follow-up to #17419 #17497
Conversation
Codecov Report
@@ Coverage Diff @@
## master #17497 +/- ##
==========================================
- Coverage 91.15% 91.13% -0.02%
==========================================
Files 163 163
Lines 49534 49534
==========================================
- Hits 45153 45144 -9
- Misses 4381 4390 +9
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #17497 +/- ##
==========================================
- Coverage 91.15% 91.13% -0.02%
==========================================
Files 163 163
Lines 49534 49534
==========================================
- Hits 45153 45144 -9
- Misses 4381 4390 +9
Continue to review full report at Codecov.
|
1 similar comment
Codecov Report
@@ Coverage Diff @@
## master #17497 +/- ##
==========================================
- Coverage 91.15% 91.13% -0.02%
==========================================
Files 163 163
Lines 49534 49534
==========================================
- Hits 45153 45144 -9
- Misses 4381 4390 +9
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.
looks good
can u run asv (for relevant ones) and report if any issues
Looks pretty benign:
|
thanks. before moving on, can you rename all e.g. |
Will do.
Maybe this predates the Speaking of privateness, I've been leaving behind in |
This moves a few other 3ish line functions from tslib to tslibs.timezones.
One non-trivial function
_get_zone
is cut/pasted over.Replaces imports in inference.pyx and period.pyx with imports from tslibs.timezones. In the inference, case, replaces the import of the python version
get_timezone
with the cython version_get_zone
git diff upstream/master -u -- "*.py" | flake8 --diff