-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
CLN: Unreachable code, Boolean comparison, duplicate functions #21985
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
LGTM. @jorisvandenbossche IIRC you wanted to keep numpydoc changes separate from others? |
if self['Signature']: | ||
return ['``%s``' % self['Signature']] + [''] | ||
else: | ||
return [''] |
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.
Yikes! That's pretty bad...
Yes, numpydoc is vendored. So if we want to make changes to it, it should be done upstream. |
lgtm. not sure by @jorisvandenbossche comments ok to make the numpydoc change here and push upstream as well? |
No, no reason to do it here. That only makes updating our version with upstream afterwards harder. |
@mroeschke ok then if you'd pull the numpydoc changes out |
Codecov Report
@@ Coverage Diff @@
## master #21985 +/- ##
=========================================
Coverage ? 91.97%
=========================================
Files ? 166
Lines ? 50328
Branches ? 0
=========================================
Hits ? 46287
Misses ? 4041
Partials ? 0
Continue to review full report at Codecov.
|
Thanks! |
Breaking up #21974.
This batch is: