Skip to content

Conversation

@caherrera-meli
Copy link
Contributor

Reference Issues/PRs

Addresses #20308 for DummyRegressor with my pair programming partner @gloriamacia
What does this implement/fix? Explain your changes.

Addressed errors:

  • "SS06": "Summary should fit in a single line"
    *"SA01": "See Also section not found"
  • "SS05": "Summary must start with infinitive verb, not third person "
    '(e.g. use "Generate" instead of "Generates")'

#DataUmbrella sprint

Copy link
Member

@glemaitre glemaitre left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I mark as request changes to see that we reviewed the PR.

Could you try to merge main into your branch and run black formatting on _dummy.py. The error reported by the CI is strange but we can check if something changed.

@caherrera-meli
Copy link
Contributor Author

I mark as request changes to see that we reviewed the PR.

Could you try to merge main into your branch and run black formatting on _dummy.py. The error reported by the CI is strange but we can check if something changed.
We did git rebase with the upstream main branch and we were some commits behind so a lot of files seem to have changed but we only modified dummy.py and test_docstrings.py

@glemaitre
Copy link
Member

We did git rebase with the upstream main branch and we were some commits behind so a lot of files seem to have changed but we only modified dummy.py and test_docstrings.py

You should not rebase, it makes the conflicts quite difficult and since we are squashing the commits at the end, git merge upstream/main will make your life easier. I will try to solve the issue in your PR.

@glemaitre glemaitre self-requested a review July 6, 2021 08:38
@glemaitre glemaitre force-pushed the numpydocvalidationDummyRegressor branch from af5e277 to 74dc4e4 Compare July 6, 2021 08:50
Copy link
Member

@glemaitre glemaitre left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So it should be OK now. I will wait that the CIs passes to be sure.

@glemaitre glemaitre merged commit 62cd3d3 into scikit-learn:main Jul 6, 2021
@glemaitre
Copy link
Member

Thanks @caherrera-meli

samronsin pushed a commit to samronsin/scikit-learn that referenced this pull request Nov 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants