Ticket #200 (closed defect: fixed)

Opened 6 years ago

Last modified 6 years ago

elliptic curve formal group printing error

Reported by: dmharvey Owned by: was
Priority: major Milestone: sage-1.9
Component: algebraic geometry Keywords:
Cc: Work issues:
Report Upstream: Reviewers:
Authors: Merged in:
Dependencies: Stopgaps:

Description

sage: E = EllipticCurve("37a")

sage: E.formal_group()
---------------------------------------------------------------------------
<type 'exceptions.TypeError'>             Traceback (most recent call last)

[...]
/home/was/sage/local/lib/python2.5/site-packages/sage/schemes/elliptic_curves/formal_group.py in __repr__(self)
     24 
     25     def __repr__(self):
---> 26         return "The formal group associated to the " + self.__E
     27 
     28     def curve(self):

<type 'exceptions.TypeError'>: cannot concatenate 'str' and 'EllipticCurve_rational_field' objects
 

Change History

comment:1 Changed 6 years ago by was

  • Milestone set to sage-1.9

comment:2 Changed 6 years ago by was

  • Status changed from new to closed
  • Resolution set to fixed
Note: See TracTickets for help on using tickets.