#8800: Doctest coverage of categories - numerous coercion fixes
--------------------------+-------------------------------------------------
Reporter: SimonKing | Owner: Simon King
Type: defect | Status: needs_review
Priority: major | Milestone: sage-4.6.1
Component: categories | Keywords: categories doctests
Author: Simon King | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
--------------------------+-------------------------------------------------
Comment(by SimonKing):
Replying to [comment:47 lftabera]:
> I got the same error in permgroup.py in both 32 and 64 bits. I got the
permutation (1,2)(4,5) in two different machines with 4.6 + patches from
this ticket.
Really strange.
> We can investigate further what is going on, but I do not like this kind
of tests against random_element. Even if we use the same seed.
Well, we ''do'' use the same seed. So, it has to be reproducible.
> What about something like?
>
> {{{
> sage: a= G.random_element()
> sage: a in G
> True
> sage: a.parent() is G
> True
> sage: a**6
> ()
> }}}
I guess there is currently a related discussion at
[http://groups.google.com/group/sage-
devel/browse_thread/thread/c201930abdbd23d3 sage-devel]
> About the errors in number_field all tests passes in 64 bits but I get
the same errors as John in 32 bits. Concerning selmer group. Are both
results right or only one of them?
Both are right. The method is supposed to return ''a'' generating set. And
that is the case for both answers. And in the original version, the
expected answer did depend on 32- versus 64-bit.
Best regards,
Simon
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/8800#comment:48>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.