Ticket #10664 (closed defect: fixed)
bug in old_subspace of hecke module in some edge cases
| Reported by: | was | Owned by: | craigcitro |
|---|---|---|---|
| Priority: | minor | Milestone: | sage-4.6.2 |
| Component: | modular forms | Keywords: | |
| Cc: | Work issues: | ||
| Report Upstream: | N/A | Reviewers: | William Stein |
| Authors: | Fredrik Stroemberg | Merged in: | sage-4.6.2.alpha2 |
| Dependencies: | Stopgaps: |
Description
sage: ModularSymbols(DirichletGroup(42)[7], 6, sign=1).old_subspace(3) BOOM!
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


The fix is a simple addition of a few lines to hecke/ambient_module.py. Fredrik Stroemberg found this and sent me the fix. So I'm refereeing this positively.