2008/9/9 mabshoff <[EMAIL PROTECTED]>: > You don't need to add the three dots everywhere since we really don't > want to wipe out low order digits just for the fun of it. The "..." > means "match anything", so if only the last digit or two are different > replace them by "..." - there is no need to replace a certain number > of characters.
ok, I certainly did not mean replacing the whole thing with "'...", I only meant replacing the ones which differ by dots. Is this worth a ticket? Minimal patch attached. John --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to sage-devel@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sage-devel URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---
# HG changeset patch # User John Cremona <[EMAIL PROTECTED]> # Date 1220987023 -3600 # Node ID 64a484452ded2f69f1752029c76749403de457f9 # Parent a85d39756596561ca81f444124312ea90381015b Fix numericla fuzz in doctest for elliptic_curves.period_lattice.py for 3.1.2.rc1 diff -r a85d39756596 -r 64a484452ded sage/schemes/elliptic_curves/period_lattice.py --- a/sage/schemes/elliptic_curves/period_lattice.py Tue Sep 09 02:39:42 2008 -0700 +++ b/sage/schemes/elliptic_curves/period_lattice.py Tue Sep 09 20:03:43 2008 +0100 @@ -279,7 +279,7 @@ EXAMPLES: sage: EllipticCurve('389a1').period_lattice().sigma(CC(2,1)) - 2.609121635701083769 - 0.20086508082458695134*I + 2.609121635701083769 - 0.20086508082458695...*I """ if prec is None: prec = RealField().precision()