#18546: Make arb a standard package
-------------------------------------+-------------------------------------
       Reporter:  mmezzarobba        |        Owner:
           Type:  enhancement        |       Status:  needs_work
       Priority:  major              |    Milestone:  sage-6.9
      Component:  packages:          |   Resolution:
  standard                           |    Merged in:
       Keywords:                     |    Reviewers:  Clemens Heuberger
        Authors:  Marc Mezzarobba    |  Work issues:
Report Upstream:  N/A                |       Commit:
         Branch:  u/cheuberg/18546   |  91c518409c7ce601f3f8f2941e2b2a2ef49e4384
  -arb-std                           |     Stopgaps:
   Dependencies:  #18560             |
-------------------------------------+-------------------------------------

Comment (by vbraun):

 Some more failures on 32-bit:
 {{{
 sage -t --long src/sage/rings/complex_ball_acb.pyx
 **********************************************************************
 File "src/sage/rings/complex_ball_acb.pyx", line 1137, in
 sage.rings.complex_ball_acb.ComplexBall.accuracy
 Failed example:
     CBF(I/2).accuracy()
 Expected:
     9223372036854775807
 Got:
     2147483647
 **********************************************************************
 File "src/sage/rings/complex_ball_acb.pyx", line 1139, in
 sage.rings.complex_ball_acb.ComplexBall.accuracy
 Failed example:
     CBF('nan', 'inf').accuracy()
 Expected:
     -9223372036854775807
 Got:
     -2147483647
 **********************************************************************
 1 item had failures:
    2 of   5 in sage.rings.complex_ball_acb.ComplexBall.accuracy
     [294 tests, 2 failures, 0.32 s]
 sage -t --long src/sage/rings/real_arb.pyx
 **********************************************************************
 File "src/sage/rings/real_arb.pyx", line 1430, in
 sage.rings.real_arb.RealBall.accuracy
 Failed example:
     RBF(1).accuracy()
 Expected:
     9223372036854775807
 Got:
     2147483647
 **********************************************************************
 File "src/sage/rings/real_arb.pyx", line 1432, in
 sage.rings.real_arb.RealBall.accuracy
 Failed example:
     RBF(NaN).accuracy()
 Expected:
     -9223372036854775807
 Got:
     -2147483647
 **********************************************************************
 1 item had failures:
    2 of   5 in sage.rings.real_arb.RealBall.accuracy
     [498 tests, 2 failures, 0.31 s]
 }}}

--
Ticket URL: <http://trac.sagemath.org/ticket/18546#comment:22>
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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to