-
-
Notifications
You must be signed in to change notification settings - Fork 25.9k
DOC Ensure externals._packaging.version.parse passes numpydoc validation #24320
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
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 PR. I am not sure what line length numpydoc prefers in the docstring but I believe we typically break lines at the 79 columns mark in docstrings.
thanks @ogrisel for your comments. Should be good now |
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 @maikia!
@maikia it seems that the circle CI failure comes from a circle ci configuration on your fork https://app.circleci.com/pipelines/github/maikia/scikit-learn/ instead of: https://app.circleci.com/pipelines/github/scikit-learn/scikit-learn/ Maybe you should disable this pipeline in your circle ci configuration if you don't need it anymore. |
LGTM. Just awaiting for the CI to turn green. |
Thanks @maikia |
…ion (scikit-learn#24320) Co-authored-by: Guillaume Lemaitre <[email protected]>
towards #21350
@adrinjalali @glemaitre
Reference Issues/PRs
What does this implement/fix? Explain your changes.
Any other comments?