#6391: libGAP!  -- create a Cython library interface to gap
----------------------------------------------------------------------------+
       Reporter:  was                                                       |   
      Owner:  was                                                     
           Type:  enhancement                                               |   
     Status:  needs_work                                              
       Priority:  major                                                     |   
  Milestone:  sage-5.5                                                
      Component:  group theory                                              |   
 Resolution:                                                          
       Keywords:                                                            |   
Work issues:  assert usage                                            
Report Upstream:  N/A                                                       |   
  Reviewers:  Dima Pasechnik, Ivan Andrus, Volker Braun, William Stein
        Authors:  Dima Pasechnik, Ivan Andrus, Volker Braun, William Stein  |   
  Merged in:                                                          
   Dependencies:  #13415, #13123, #13211                                    |   
   Stopgaps:                                                          
----------------------------------------------------------------------------+

Comment (by kcrisman):

 OS X 10.4 PPC:
 {{{
 sage -t  "devel/sage-main/sage/algebras/group_algebra_new.py"
 **********************************************************************
 File "/Users/student/Desktop/sage-5.4.beta1/devel/sage-
 main/sage/algebras/group_algebra_new.py", line 592:
     sage: GroupAlgebra(DihedralGroup(6), QQ).random_element()
 Expected:
     -1/95*(2,6)(3,5) - 1/2*(1,3)(4,6)
 Got:
     -1/95*(1,3)(4,6) - 1/2*(1,5,3)(2,6,4)
 **********************************************************************
 File "/Users/student/Desktop/sage-5.4.beta1/devel/sage-
 main/sage/algebras/group_algebra_new.py", line 594:
     sage: GroupAlgebra(SU(2, 13), QQ).random_element(1)
 Expected:
     1/2*[      1 9*a + 2]
     [9*a + 2      12]
 Got:
     1/2*[       4  9*a + 2]
     [6*a + 10        1]
 **********************************************************************
 1 items had failures:
    2 of   5 in __main__.example_23
 ***Test Failed*** 2 failures.
 }}}
 There were other errors as well, which I'm rerunning.

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