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

Fix GradedModularFormElement multiplication #35978

Merged
merged 5 commits into from
Oct 21, 2023

Conversation

grhkm21
Copy link
Contributor

@grhkm21 grhkm21 commented Jul 21, 2023

Fix #35932 - incorrect multiplication for GradedModularFormElement.

📝 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.

@grhkm21 grhkm21 force-pushed the grhkm/issue-35932 branch from dcc453c to eb915f2 Compare July 21, 2023 23:07
@grhkm21 grhkm21 force-pushed the grhkm/issue-35932 branch from eb915f2 to cd50695 Compare July 21, 2023 23:27
@grhkm21
Copy link
Contributor Author

grhkm21 commented Jul 21, 2023

@DavidAyotte Hi, this is the new issue that I created for fixing multiplication. Took me a while to figure out how to get git working (rebase/stash/branch checkout/...). It should be ready

@grhkm21 grhkm21 marked this pull request as ready for review July 21, 2023 23:29
Copy link
Member

@DavidAyotte DavidAyotte left a comment

Choose a reason for hiding this comment

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

Thanks for the fix! Overall it looks good. It should be good to go once the comments are applied and the Github actions have run.

Applying David's styling suggestions

Co-authored-by: David Ayotte <[email protected]>
@grhkm21
Copy link
Contributor Author

grhkm21 commented Jul 22, 2023

I have done that, thanks a lot

@DavidAyotte
Copy link
Member

Can a maintainer accept the workflow runs for this Pull Request? @mkoeppe ? Thanks in advance.

@github-actions
Copy link

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

vbraun pushed a commit to vbraun/sage that referenced this pull request Oct 15, 2023
sagemathgh-35978: Fix GradedModularFormElement multiplication
    
Fix sagemath#35932 - incorrect multiplication for GradedModularFormElement.

### 📝 Checklist

- [x] The title is concise, informative, and self-explanatory.
- [x] The description explains in detail what this PR is about.
- [x] I have linked a relevant issue or discussion.
- [x] I have created tests covering the changes.
- [x] I have updated the documentation accordingly.
    
URL: sagemath#35978
Reported by: grhkm21
Reviewer(s): David Ayotte, grhkm21, Matthias Köppe
vbraun pushed a commit to vbraun/sage that referenced this pull request Oct 17, 2023
sagemathgh-35978: Fix GradedModularFormElement multiplication
    
Fix sagemath#35932 - incorrect multiplication for GradedModularFormElement.

### 📝 Checklist

- [x] The title is concise, informative, and self-explanatory.
- [x] The description explains in detail what this PR is about.
- [x] I have linked a relevant issue or discussion.
- [x] I have created tests covering the changes.
- [x] I have updated the documentation accordingly.
    
URL: sagemath#35978
Reported by: grhkm21
Reviewer(s): David Ayotte, grhkm21, Matthias Köppe
@vbraun vbraun merged commit 7a92489 into sagemath:develop Oct 21, 2023
@mkoeppe mkoeppe added this to the sage-10.2 milestone Oct 21, 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.

Non-homogeneous GradedModularFormElement multiplication and exponentiation is incorrect
4 participants