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

finding modular symbols space of given sign attached to modular abelian variety is broken in some cases #12566

Closed
williamstein opened this issue Feb 22, 2012 · 1 comment

Comments

@williamstein
Copy link
Contributor

wstein@sage:~$ sage
----------------------------------------------------------------------
| Sage Version 4.8, Release Date: 2012-01-20                         |
| Type notebook() for the GUI, and license() for information.        |
----------------------------------------------------------------------
sage: J = J0(188)[0]
sage: J.modular_symbols(1)
---------------------------------------------------------------------------
RuntimeError                              Traceback (most recent call last)

/home/wstein/<ipython console> in <module>()

/usr/local/share/sage-4.8/local/lib/python2.6/site-packages/sage/modular/abvar/abvar.pyc in modular_symbols(self, sign)
   3773         M = self._modular_symbols().modular_symbols_of_sign(sign)
   3774         if (sign != 0 and M.dimension() != self.dimension()) or (sign == 0 and M.dimension() != 2*self.dimension()):
-> 3775             raise RuntimeError, "unable to determine sign (=%s) space of modular symbols"%sign
   3776         return M
   3777     

RuntimeError: unable to determine sign (=1) space of modular symbols

This is also broken in sage-5.0.beta3. I have some reason to believe this worked fine a year ago...

Component: modular forms

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

@williamstein
Copy link
Contributor Author

comment:1

I'm being stupid -- the given space isn't new, so the space isn't even defined. Stupid.

@sagetrac-mvngu sagetrac-mvngu mannequin removed this from the sage-5.0 milestone Feb 22, 2012
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

2 participants