-
-
Notifications
You must be signed in to change notification settings - Fork 481
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 the homset category initialization for ModularAbelianVariety's homspaces #12875
Comments
comment:2
For the record: all tests passed on 5.0.beta13, with a couple unrelated sage-combinat patches just above (except for one doctest failure in sagedoc caused by those patches). |
comment:3
Some small criticism: The commit message does not mention the ticket number. Apart from that, the patch looks fine, and I am now running doctests. |
comment:4
Replying to @simon-king-jena:
Fixed in the updated patch. Thanks for catching this, and for the quick review! |
Reviewer: Simon King |
comment:5
Thank you for updating the commit message! All tests pass, with sage-5.1.notebook, the patch applied after the patches from #12808 (I was to lazy to remove them). The patch looks fine, thus, I give it a positive review. |
comment:6
Thanks! |
Merged: sage-5.1.beta0 |
Before the patch, the following was wrong (probably introduced by #9138):
After the patch:
In both cases, we have, as desired:
By the way, this removes a direct call to
_Hom_
, using Hom instead, preparing for #11935.Note: #11935 depends on this ticket.
CC: @sagetrac-sage-combinat
Component: modular forms
Keywords: abelian varieties
Author: Nicolas M. Thiéry
Reviewer: Simon King
Merged: sage-5.1.beta0
Issue created by migration from https://trac.sagemath.org/ticket/12875
The text was updated successfully, but these errors were encountered: