-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
DOC: Fix order section in docstrings (part II) #24132
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
Hello @alexander-ponomaroff! Thanks for submitting the PR.
|
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 @alexander-ponomaroff
can you merge master to rerun the CI please
Codecov Report
@@ Coverage Diff @@
## master #24132 +/- ##
===========================================
- Coverage 92.2% 43.02% -49.19%
===========================================
Files 162 162
Lines 51701 51701
===========================================
- Hits 47671 22244 -25427
- Misses 4030 29457 +25427
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #24132 +/- ##
=======================================
Coverage 92.22% 92.22%
=======================================
Files 162 162
Lines 51828 51828
=======================================
Hits 47798 47798
Misses 4030 4030
Continue to review full report at Codecov.
|
can you rebase |
@alexander-ponomaroff seems like you've got unrelated changes to this PR, can you take a look please |
|
When we ask for a rebase, it mainly means to merge master into your branch, so you have your changes on top of the latest version. So, you should have a merge commit, but not commits from master directly or other PRs. |
9da2171
to
680c1c4
Compare
@datapythonista I guess my experimentation went wrong :/. I reverted everything and merged everything properly now right? Last night I just merged master into my branch but it failed the CI checks, so I thought I was doing something wrong and tried some experimentation, which was not a good idea. |
Looks great, but the failures in the CI are because of a test that checks a docstring. Can you take a look and update the test please? |
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 @alexander-ponomaroff for the fixes and thanks @jreback for the review |
@datapythonista No problem. Sorry for not fixing the failures that happened in the tests quickly, I had exams and was very busy studying for those. |
No worries. Are you planning to work on moving the CircleCI build to Travis? I was thinking on taking that myself if you don't. |
@datapythonista It would be great if you could take that over. I've been struggling with how to go about moving CicleCI build to Travis and didn't want to be annoying and ask too many questions, so I haven't gotten very far when I was working on it. Then my exams took over all of my time and I had to stop working on it, so if you are ok with taking it over from now, it would be much appreciated. Sorry about this. |
no worries, thanks for giving it a try, and for letting me know |
git diff upstream/master -u -- "*.py" | flake8 --diff
This is to build on #24126 .
As I commented in the issue, this pull request will fix additional 10 out of 24 errors. 14 errors will remain and are referenced in the issue.