Unlike #16644 / #16707 this is actually an AttributeError and diagnosed correctly ;-)
On Friday, August 8, 2014 2:16:58 PM UTC+1, John Cremona wrote: > > I do not understand the following, probably because I do not > understand why, when I create an object of class EllipticCurve_field > it ends up having type EllipticCurve_field_with_category: > > in my code I have the lines > > E0 = ... > print type(E0) > auts = E0.automorphsims() > > I get the AttributeError: 'EllipticCurve_field_with_category' object > has no attribute 'automorphsims' > > If I construct the same object in an interactive session, the method > automorphisms() runs fine. > > Help! > > John > -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-devel. For more options, visit https://groups.google.com/d/optout.
