Skip to content
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

fixing most of pycodestyle E271 in pyx files #35312

Merged
merged 1 commit into from
Apr 6, 2023

Conversation

fchapoton
Copy link
Contributor

📚 Description

This is fixing most of pycodestyle E271 in pyx files.

There remains a bunch in rings/polynomials.

📝 Checklist

  • I have made sure that the title is self-explanatory and the description concisely explains the PR.
  • I have linked an issue or discussion.
  • I have created tests covering the changes.
  • I have updated the documentation accordingly.

⌛ Dependencies

@codecov-commenter
Copy link

Codecov Report

Patch and project coverage have no change.

Comparison is base (c00e6c2) 88.62% compared to head (9aedaa0) 88.62%.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop   #35312   +/-   ##
========================================
  Coverage    88.62%   88.62%           
========================================
  Files         2148     2148           
  Lines       398855   398855           
========================================
+ Hits        353480   353481    +1     
+ Misses       45375    45374    -1     

see 29 files with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

Copy link
Contributor

@dcoudert dcoudert left a comment

Choose a reason for hiding this comment

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

LGTM.

return (a*b).is_square( root = False )
is_sqr, sq_rt = (a*b).is_square( root = True )
return (a * b).is_square(root=False)
is_sqr, sq_rt = ( a *b).is_square(root=True)
Copy link
Contributor

Choose a reason for hiding this comment

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

missing space (a * b)

@github-actions
Copy link

Documentation preview for this PR is ready! 🎉
Built with commit: 09b7f9d

@vbraun
Copy link
Member

vbraun commented Apr 1, 2023

Merge conflict

@fchapoton
Copy link
Contributor Author

setting back to positive after easy rebasing

@vbraun vbraun merged commit 590a42d into sagemath:develop Apr 6, 2023
@mkoeppe mkoeppe added this to the sage-10.0 milestone Apr 7, 2023
@fchapoton fchapoton deleted the fixing_most_E271_pyx branch July 16, 2023 19:28
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.

5 participants