-
-
Notifications
You must be signed in to change notification settings - Fork 32.8k
bpo-44734: Fix precision in turtle tests #27343
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.
While we are here, I suggest to inline values of vec
and expected
variables and remove empty lines between asserts in this method. The body of test_distance
will reduce from 11 lines to 3 lines, that is more readable, and the traceback will contain more useful information.
0b44f86
to
8ced094
Compare
Thanks for the review @serhiy-storchaka I made the changes you requested. Let me know if there's anything else! |
8ced094
to
be8c911
Compare
Thanks @loganasherjones for the PR, and @ambv for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10, 3.9. |
GH-27361 is a backport of this pull request to the 3.10 branch. |
GH-27362 is a backport of this pull request to the 3.9 branch. |
(cherry picked from commit 3f135c0) Co-authored-by: Logan Jones <[email protected]>
(cherry picked from commit 3f135c0) Co-authored-by: Logan Jones <[email protected]>
(cherry picked from commit 3f135c0) Co-authored-by: Logan Jones <[email protected]>
(cherry picked from commit 3f135c0) Co-authored-by: Logan Jones <[email protected]>
https://bugs.python.org/issue44734