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

some pep8 cleanup in schemes/affine and schemes/curves #35916

Merged
merged 1 commit into from
Jul 20, 2023

Conversation

fchapoton
Copy link
Contributor

πŸ“š Description

This is fixing many pycodestyle warnings in the schemes folder, mostly in affine and curves subfolders

πŸ“ Checklist

  • The title is concise, informative, and self-explanatory.
  • The description explains in detail what this PR is about.
  • I have linked a relevant issue or discussion.
  • I have created tests covering the changes.
  • I have updated the documentation accordingly.

βŒ› Dependencies

@@ -1065,7 +1065,7 @@ def _frobenius_matrix_p(N0):
s0 = (j * self._p) % self._r
for i in range(self._d - 1):
m[
(s0 - 1) * (self._d - 1) : s0 * (self._d - 1),
(s0 - 1) * (self._d - 1): s0 * (self._d - 1),
Copy link
Member

Choose a reason for hiding this comment

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

and again

@fchapoton
Copy link
Contributor Author

the suggested details have been fixed now

@github-actions
Copy link

Documentation preview for this PR (built with commit fdae513; changes) is ready! πŸŽ‰

Copy link
Collaborator

@tscrim tscrim left a comment

Choose a reason for hiding this comment

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

LGTM.

@vbraun vbraun merged commit 41fa630 into sagemath:develop Jul 20, 2023
12 of 13 checks passed
@mkoeppe mkoeppe added this to the sage-10.1 milestone Jul 20, 2023
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.

None yet

5 participants