#12446: sage access in cython_lambda broken
---------------------------+------------------------------------------------
       Reporter:  schilly  |         Owner:  jason   
           Type:  defect   |        Status:  new     
       Priority:  minor    |     Milestone:  sage-5.4
      Component:  misc     |    Resolution:          
       Keywords:           |   Work issues:          
Report Upstream:  N/A      |     Reviewers:          
        Authors:           |     Merged in:          
   Dependencies:           |      Stopgaps:          
---------------------------+------------------------------------------------

Comment (by kcrisman):

 This is Mac OS X 10.7.4, I actually get a couple other errors.
 {{{

 sage -t -only-optional=gcc "devel/sage-main/sage/misc/cython.py"
 **********************************************************************
 File "/Users/.../sage-5.4.beta2/devel/sage-main/sage/misc/cython.py", line
 617:
     sage: g(2,3)
 # optional -- gcc
 Expected:
     55.200000000000003
 Got:
     55.2
 **********************************************************************
 File "/Users/.../sage-5.4.beta2/devel/sage-main/sage/misc/cython.py", line
 619:
     sage: g(0,0)
 # optional -- gcc
 Expected:
     3.2000000000000002
 Got:
     3.2
 **********************************************************************
 File "/Users.../sage-5.4.beta2/devel/sage-main/sage/misc/cython.py", line
 626:
     sage: f(10)
 # optional -- gcc
 Exception raised:
     KeyError: 'math'
 **********************************************************************
 File "/Users/.../sage-5.4.beta2/devel/sage-main/sage/misc/cython.py", line
 629:
     sage: f(10)
 # optional -- gcc
 Exception raised:
     KeyError: 'math'
 **********************************************************************
 1 items had failures:
    4 of  12 in __main__.example_0
 ***Test Failed*** 4 failures.
 }}}

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