id,summary,reporter,owner,description,type,status,priority,milestone,component,resolution,keywords,cc,work_issues,upstream,reviewer,author,merged,dependencies,stopgaps
1127,"[with patch, positive review] modularSymbol complement fails for E=128a",syazdani,craigcitro,"The following code raises the following exception:
{{{
sage: E=EllipticCurve(""128a"")
sage: ME=E.modular_symbol_space()
sage: ME.complement()
---------------------------------------------------------------------------
<type 'exceptions.RuntimeError'>          Traceback (most recent call last)

/net/mathserv/1/home/syazdani/research/programs/<ipython console> in <module>()

/home/syazdani/sage/local/lib/python2.5/site-packages/sage/modular/hecke/submodule.py in complement(self, bound)
    200         else:
    201             # failed
--> 202             raise RuntimeError, ""Computation of complementary space failed (cut down to rank %s, but should have cut down to rank %s).""%(V.rank(), self.rank())
    203
    204

<type 'exceptions.RuntimeError'>: Computation of complementary space failed (cut down to rank 18, but should have cut down to rank 1).
}}}",defect,closed,major,sage-3.3,modular forms,fixed,,robertwb,,,,,,,
