-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
Extraneous parts broken off from other DTA/TDA PRs #23518
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
Hello @jbrockmendel! Thanks for submitting the PR.
|
Codecov Report
@@ Coverage Diff @@
## master #23518 +/- ##
==========================================
+ Coverage 92.23% 92.23% +<.01%
==========================================
Files 161 161
Lines 51197 51198 +1
==========================================
+ Hits 47220 47221 +1
Misses 3977 3977
Continue to review full report at Codecov.
|
lgtm. |
The failures here are all in openpyxl. Is that causing problems in master right now? |
yeah its not hitting master which is odd. |
_freq = None | ||
_comparables = ['name', 'freqstr', 'tz'] | ||
_attributes = ['name', 'freq', 'tz'] | ||
|
||
# dummy attribute so that datetime.__eq__(DatetimeArray) defers | ||
# by returning NotImplemented | ||
timetuple = None |
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 yet tested I suppose then?
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.
That is accurate.
git diff upstream/master -u -- "*.py" | flake8 --diff