On Thu, Feb 21, 2008 at 3:04 PM, John Cremona <[EMAIL PROTECTED]> wrote:
>
>  alpha2 built fine for me
>
>  make check found this:
>
>  sage -t  const.tex
>  **********************************************************************
>
> File "const.py", line 3200:
>     : G = E.abelian_group(); G
>  Expected:
>     (Multiplicative Abelian Group isomorphic to C5, ((1 : 0 : 1),))
>  Got:
>     (Multiplicative Abelian Group isomorphic to C5, ((0 : 0 : 1),))
>
>  but that's a "random" effect since any one of 4 generators for this
>  group might be output.  Is there a way of saying it's random in
>  const.tex?
>

Make it

   sage: G = E.abelian_group()
   sage: G   # random -- any one of the generators might be output

const.tex is just turned into const.py, and run through the usual
doctest system.

I think this has already been fixed, though -- check in irc.

William

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to