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

more fixes in quadratic forms #36180

Merged
merged 1 commit into from
Sep 10, 2023
Merged

Conversation

fchapoton
Copy link
Contributor

This is fixing a few code and doc details in two files inside quadratic forms.

📝 Checklist

  • The title is concise, informative, and self-explanatory.
  • The description explains in detail what this PR is about.

@fchapoton fchapoton changed the title more fixes in quadatic forms more fixes in quadratic forms Sep 2, 2023
@github-actions
Copy link

github-actions bot commented Sep 2, 2023

Documentation preview for this PR (built with commit 15201fc; changes) is ready! 🎉

b1[3] = 1
b1[4] = s[1]
blocks.append(b1)
for s in [(1, 4), (5, 0)]:
b1 = copy(b)
b1[2] = s[0]*(-1)**(rk//2 - 2) % 8
b1[2] = s[0]*(-1)**(rk // 2 - 2) % 8
Copy link
Contributor

Choose a reason for hiding this comment

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

PEP8 requires spaces around the outermost arithmetic operators only

Copy link
Contributor Author

Choose a reason for hiding this comment

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

this is one instance of pycodestyle warning E226

Copy link
Contributor

Choose a reason for hiding this comment

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

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 81e596e into sagemath:develop Sep 10, 2023
18 checks passed
@mkoeppe mkoeppe added this to the sage-10.2 milestone Sep 10, 2023
@fchapoton fchapoton deleted the fixes_in_quadforms branch September 11, 2023 06:22
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.

4 participants