-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
day_of_year #25924
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
day_of_year #25924
Conversation
Codecov Report
@@ Coverage Diff @@
## master #25924 +/- ##
==========================================
- Coverage 91.85% 91.85% -0.01%
==========================================
Files 174 174
Lines 50722 50722
==========================================
- Hits 46593 46589 -4
- Misses 4129 4133 +4
Continue to review full report at Codecov.
|
|
@mroeschke thank you for your feedback.
|
Hello @mroeschke , |
Thanks for the interest @Violet-XiaoWeiHuang. Since the fix is the same as these other accessors, I'll give @ApolllonDev the choice whether to work on the other accessors as well or pass it on to you. |
That would be great! |
@@ -1368,8 +1368,8 @@ def date(self): | |||
'weekday_name', | |||
"The name of day in a week (ex: Friday)\n\n.. deprecated:: 0.23.0") | |||
|
|||
dayofyear = _field_accessor('dayofyear', 'doy', | |||
"The ordinal day of the year.") | |||
day_of_year = _field_accessor('day_of_year', 'doy', |
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.
we need to preserve the original with a deprecation warning
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.
Thank you for your feedback.
pls update per comments |
Hello @ApolllonDev! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:
Comment last updated at 2019-06-02 19:44:58 UTC |
git diff upstream/master -u -- "*.py" | flake8 --diff