-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
TST: Refactor test_maybe_match_name and test_hash_pandas_object #21600
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 #21600 +/- ##
=======================================
Coverage 91.9% 91.9%
=======================================
Files 153 153
Lines 49548 49548
=======================================
Hits 45538 45538
Misses 4010 4010
Continue to review full report at Codecov.
|
Hello @minggli! Thanks for updating the PR. Cheers ! There are no PEP8 issues in this Pull Request. 🍻 Comment last updated on June 23, 2018 at 07:48 Hours UTC |
0381203
to
2ddd15c
Compare
pd.date_range('20130101', periods=2)]), | ||
MultiIndex.from_product([pd.CategoricalIndex(list('aabc')), range(3)]) | ||
]) | ||
def test_hash_pandas_object(self, obj): |
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.
Was anything changed here besides indentation?
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.
no, just indentation.
@WillAyd further comments welcome. |
lgtm - thanks! |
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.
LGTM!
cc @jreback
thanks @minggli ! keep em coming! |
thanks for reviewing. |
git diff upstream/master -u -- "*.py" | flake8 --diff