-
-
Notifications
You must be signed in to change notification settings - Fork 18.2k
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
CLN/TST: normalize test_frame_apply #40113
CLN/TST: normalize test_frame_apply #40113
Conversation
@jorisvandenbossche there's an ArrayManager test currently failing on master; any obvious candidates for something recently-merged that might account for that? |
@jbrockmendel @jorisvandenbossche - Just looking at recent commits, the earliest one I see failing is #40050. This failed in the PR as well. Both as well as this PR have a single test failure, |
Yes, that PR was simply merged with failing tests .. Merging master will resolve it now thanks to Brock |
# https://github.com/pandas-dev/pandas/issues/35940 | ||
# GH 35940 |
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 personally don't find this an improvement. I know we are inconsistent about it, but if there is a full link, it's much easier to go to the issue
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 how we do for every other comment about the issue number
if we want to require a full link it's possible but would need a precommit hook
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 don't do that for "every other comment". We currently use the full link in 400 cases.
Not every detail needs to be controlled with a pre-commit hook
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.
and how many w/o a link? i don't know but i would say it's way higher
we have to have a standard and then enforce it
we simply cannot track stylistic things any other way or involve personal preference here (once we agree on a standard)
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.
@jorisvandenbossche - Thanks for the feedback here, I didn't realize there wasn't a consensus. I actually agree on the preference for a link (but also more strongly prefer consistency). I've reverted these changes.
Assuming we can get a consensus, if things were made consistent and we updated the dev docs, it seems to me that consistency would become the norm and not require enforcement after a short amount of time. If it doesn't turn out to be the case and becomes a hassle, we could then implement a pre-commit hook.
…st_frame_apply_normalization
Some minor normalizations before breaking up or parametrizing these tests