-
-
Notifications
You must be signed in to change notification settings - Fork 8k
Amended Transcription #28579
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
Amended Transcription #28579
Conversation
Amended transcription
Amended transcription
Amended transcription
Amended transcription
Moved the important dependency lines towards the very top of the file for better import.
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.
This is input for a sphinx-gallery based tutorial. The module docstring provides the tutorial heading and imports should not be above that.
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.
Resolved
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 your contribution!
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.
I don't know what the title of this PR is supposed to mean; please rename it to something descriptive.
Made the changes please check...
A call to maintainers, please check the changes.
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.
tolerance
is the spelling in the source, please drop this change, e.g.
matplotlib/lib/matplotlib/bezier.py
Lines 113 to 114 in b01462c
so this change needs to be reverted.
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.
Resolved
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.
Except for this one; the PR was updating the spelling, so the original is correct there.
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.
Resolved
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.
Resolved as per maintainers suggestions
A call to maintainers, please check the changes.
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.
Resolved
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.
Resolved
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.
Resolved
A call to maintainers please check. @tacaswell @QuLogic @timhoffm @jiahao
Hi @ENUMERA8OR , it seems like there are a number of failing tests and linting checks that need to be resolved here - addressing these first will help with getting reviews.
Also, as suggested above, changing the title of your PR to be more descriptive instead of "Amended Transcription" might also help.
Cheers!
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.
Looks like a revert gone wrong. The old parameter name was tolerence and we need to keep it exactly spelled like it was before the change.
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.
As mentioned before I would like to keep all PR titles exactly as they are, including any spell errors.
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.
I already went and fixed the PR titles, so these are fine, if a bit overzealous. Only the "tolerence" one should stay as it was as it is intentional.
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.
You cannot simply rename parameters in public functions, because this will break user code. Such a change has to go through a deprecation process. We could to this, but it's a separte topic that should be handled in a dedicated 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.
This seems to be the only viable direct change here.
Uh oh!
There was an error while loading. Please reload this page.
Amended transcription(spelling errors) in various & Moved the important dependency lines towards the very top of the file for better import in matplotlib/galleries/users_explain/quick_start.py