-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
CI/CLN: Lint more class references in tests #37401
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
I take it this is a get-it-all-done-at once PR? |
It started out as just MultiIndex, then I may have gotten a bit carried away |
needs rebase |
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.
ok will have to merge this right after you rebase to avoid conflicts
@@ -146,7 +146,7 @@ if [[ -z "$CHECK" || "$CHECK" == "patterns" ]]; then | |||
RET=$(($RET + $?)) ; echo $MSG "DONE" | |||
|
|||
MSG='Check for inconsistent use of pandas namespace in tests' ; echo $MSG | |||
for class in "Series" "DataFrame" "Index"; do | |||
for class in "Series" "DataFrame" "Index" "MultiIndex" "Timestamp" "Timedelta" "TimedeltaIndex" "DatetimeIndex" "Categorical"; do |
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.
didn't we move these to pre-commit?
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.
I don't think that's been done yet but @MarcoGorelli seemed to think it was doable
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.
On my to-do list 😇 I hope to get round to it next week
@jreback This is rebased and almost green if we want to merge and avoid more conflicts |
thanks @dsaxton |
* CI/CLN: Lint MultiIndex in tests * CI/CLN: Lint Timestamp in tests * Lint * Categorical * Fix
* CI/CLN: Lint MultiIndex in tests * CI/CLN: Lint Timestamp in tests * Lint * Categorical * Fix
No description provided.