William Stein wrote:

> I've released SAGE-2.1.  It's a nontrivial release. 

I installed Sabayon Linux 2.36 on one of my boxes.
Sabayon Linux is based on Gentoo.

No problems whatsoever with sage-2.1, only the following:


Jaap

------

File "integration.pyx", line 113:
    sage: [numerical_integral(f, 1, 2, max_points=100, params=[n]) for
n in range(10)]
Expected:
    [(0.49999999999998657, 5.5511151231256336e-15),
     (0.32175055439664557, 3.5721487367706477e-15),
     (0.24030098317249229, 2.6678768435816325e-15),
     (0.19253082576711697, 2.1375215571674764e-15),
     (0.16087527719832367, 1.7860743683853337e-15),
     (0.13827545676349412, 1.5351659583939151e-15),
     (0.12129975935702741, 1.3466978571966261e-15),
     (0.10806674191683065, 1.1997818507228991e-15),
     (0.09745444625548845, 1.0819617008493815e-15),
     (0.088750683050217577, 9.8533051773561173e-16)]
Got:
    [(0.49999999999998657, 5.5511151231256336e-15),
(0.32175055439664557, 3.5721487367706477e-15), (0.24030098317249227,
2.6678768435816321e-15), (0.19253082576711694, 2.137521557167476e-15),
(0.16087527719832367, 1.7860743683853337e-15), (0.13827545676349412,
1.5351659583939151e-15), (0.1212997593570274, 1.346697857196626e-15),
(0.10806674191683065, 1.1997818507228991e-15), (0.09745444625548845,
1.0819617008493815e-15), (0.088750683050217591,
9.8533051773561193e-16)]
**********************************************************************
File "integration.pyx", line 130:
    sage: numerical_integral(f, 0, 'inf')
Expected:
    (0.99999999999957279, 1.8429811298996553e-07)
Got:
    (0.9999999999995729, 1.8429811299603818e-07)
**********************************************************************
File "integration.pyx", line 136:
    sage: numerical_integral(f,'-inf', 'inf')
Expected:
    (1.7724538509060035, 3.4295192165889879e-08)
Got:
    (1.7724538509060033, 3.4295192111818267e-08)
**********************************************************************
1 items had failures:
   3 of  12 in __main__.example_1
***Test Failed*** 3 failures.
For whitespace errors, see the file .doctest_integration.pyx
         [2.6 s]
exit code: 256

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


        sage -t  devel/sage-main/sage/gsl/integration.pyx


--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://sage.scipy.org/sage/ and http://modular.math.washington.edu/sage/
-~----------~----~----~----~------~----~------~--~---

Reply via email to