#10314: speed up comparison of Integers and native Python numeric types
--------------------------------+-------------------------------------------
   Reporter:  roed              |       Owner:  AlexGhitza
       Type:  enhancement       |      Status:  needs_work
   Priority:  major             |   Milestone:  sage-4.6.1
  Component:  basic arithmetic  |    Keywords:            
     Author:  David Roe         |    Upstream:  N/A       
   Reviewer:                    |      Merged:            
Work_issues:                    |  
--------------------------------+-------------------------------------------
Changes (by aly.deines):

  * status:  needs_review => needs_work


Comment:

 When checking the doc tests I got the following failure:


 sage -t  "devel/sage/sage/rings/integer.pyx"
 **********************************************************************
 File "/Applications/sage/sage-4.5.3/devel/sage/sage/rings/integer.pyx",
 line 410:
     sage: TestSuite(n).run()
 Expected:
     Failure in _test_pickling:
     Traceback (most recent call last):
     ...
     AssertionError: 3 != 3
     ------------------------------------------------------------
     The following tests failed: _test_pickling
 Got nothing
 **********************************************************************
 1 items had failures:
    1 of  10 in __main__.example_7
 ***Test Failed*** 1 failures.
 For whitespace errors, see the file
 /Users/aly/.sage//tmp/.doctest_integer.py
          [6.0 s]

 ----------------------------------------------------------------------
 The following tests failed:


         sage -t  "devel/sage/sage/rings/integer.pyx"
 Total time for all tests: 6.0 seconds

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