#8800: Doctest coverage of categories - numerous coercion fixes
--------------------------+-------------------------------------------------
   Reporter:  SimonKing   |       Owner:  Simon King         
       Type:  defect      |      Status:  needs_work         
   Priority:  major       |   Milestone:  sage-4.6.1         
  Component:  categories  |    Keywords:  categories doctests
     Author:  Simon King  |    Upstream:  N/A                
   Reviewer:              |      Merged:                     
Work_issues:              |  
--------------------------+-------------------------------------------------

Comment(by cremona):

 OK, I tried that.  Now all tests pass.  The relevant lines now look like
 {{{
             sage: K.selmer_group([K.ideal(2, -a+1), K.ideal(3, a+1),
 K.ideal(a)], 3)
             [2, a + 1, -a]    # 32-bit
             [2, a + 1, a]   # 64-bit
 }}}
 while before the two expected outputs were the same despite the separation
 into 32 and 64 bit cases.  Was this just a typo?

 There is still no explanation for why, when the expected and actual output
 differed, there was that infinite recursion.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/8800#comment:55>
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.

Reply via email to