-
-
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
TST: Add docstrings to arithmetic fixtures #29441
TST: Add docstrings to arithmetic fixtures #29441
Conversation
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.
Thanks for the contribution @dalgarno.
This looks like an improvement, but after reading the docstrings it's still not clear what those fixture do, or how they should be used. Do you mind trying to rephrase, and may be use examples?
Several types of scalar zeros and length 5 vectors of zeros. For | ||
testing division by (or of) zero. | ||
|
||
Uses vector of length 5 for broadcasting with `numeric_idx` fixture, |
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.
Can you model the extended description here after what you have in the other method? I find that quite nice, but don't really understand this one
lgtm. side issue we should rename these to maybe |
@WillAyd can you approve if you're happy? |
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, thanks @dalgarno
Thanks @dalgarno |
Relates to #19159
black pandas
git diff upstream/master -u -- "*.py" | flake8 --diff