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

Cusp forms constructor ignores the character and returns enormous space #8630

Closed
loefflerd mannequin opened this issue Mar 30, 2010 · 10 comments
Closed

Cusp forms constructor ignores the character and returns enormous space #8630

loefflerd mannequin opened this issue Mar 30, 2010 · 10 comments

Comments

@loefflerd
Copy link
Mannequin

loefflerd mannequin commented Mar 30, 2010

sage: chi = DirichletGroup(109, CyclotomicField(3)).0
sage: CuspForms(chi, 2, base_ring = CyclotomicField(9))
Cuspidal subspace of dimension 442 of Modular Forms space of dimension 10, character [zeta3 + 1] and weight 2 over Cyclotomic Field of order 9 and degree6

facepalm

Component: modular forms

Author: David Loeffler

Reviewer: William Stein

Merged: sage-4.4.alpha0

Issue created by migration from https://trac.sagemath.org/ticket/8630

@loefflerd loefflerd mannequin assigned craigcitro Mar 30, 2010
@loefflerd loefflerd mannequin added the s: needs review label Mar 30, 2010
@loefflerd loefflerd mannequin added this to the sage-4.4 milestone Mar 30, 2010
@loefflerd
Copy link
Mannequin Author

loefflerd mannequin commented Mar 30, 2010

comment:2

*** wait, it's still wrong in certain nastly cases ***

@loefflerd loefflerd mannequin added s: needs work and removed s: needs review labels Mar 30, 2010
@loefflerd
Copy link
Mannequin Author

loefflerd mannequin commented Mar 30, 2010

Attachment: trac_8630.patch.gz

@williamstein
Copy link
Contributor

comment:5

All doctests pass when this is applied against sage-4.3.5.

@williamstein
Copy link
Contributor

comment:6
  1. Below "ring" should be "modular symbols space":
 	117	    def change_ring(self, R): 
 	118	        r""" 
 	119	        Return this ring with the base ring changed to the ring R. 
  1. Here I think the sentence should end with ::
 	419	    A more complicated example involving both a nontrivial character, and a 
 	420	    base field that is not minimal for that character: 

It's really awesome that you sphinxified a bunch of docs, in addition to fixing the bug in this ticket.

@loefflerd
Copy link
Mannequin Author

loefflerd mannequin commented Mar 31, 2010

Attachment: trac_8630_docfixes.patch.gz

apply over previous patch

@loefflerd
Copy link
Mannequin Author

loefflerd mannequin commented Mar 31, 2010

comment:7

Here's a tiny patch that corrects the two things you pointed out in the docstrings.

@loefflerd
Copy link
Mannequin Author

loefflerd mannequin commented Apr 7, 2010

Reviewer: William Stein

@loefflerd
Copy link
Mannequin Author

loefflerd mannequin commented Apr 7, 2010

Author: David Loeffler

@jhpalmieri
Copy link
Member

comment:9

Merged in 4.4.alpha0:

  • trac_8630.patch
  • trac_8630_docfixes.patch

@jhpalmieri
Copy link
Member

Merged: sage-4.4.alpha0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants