[SciPy-dev] test failures in trunk in special

josef.pktd at gmail.com josef.pktd at gmail.com
Mon Oct 19 11:20:34 EDT 2009


Are these known failures? (WindowsXP, MingW)

Josef

>>> scipy.test()
Running unit tests for scipy
NumPy version 1.4.0.dev7539
NumPy is installed in C:\Josef\_progs\virtualpy25\testscipy\numpyscipyoct09\lib\
site-packages\numpy
SciPy version 0.8.0.dev5970
SciPy is installed in C:\Josef\_progs\virtualpy25\testscipy\numpyscipyoct09\lib\
site-packages\scipy
Python version 2.5.2 (r252:60911, Feb 21 2008, 13:11:45) [MSC v.1310 32 bit (Int
el)]
nose version 0.11.1


======================================================================
FAIL: test_boost_data.test_all(<Boost test for psi: digamma_root_data_ipp-digamm
a_root_data>,)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "c:\josef\_progs\virtualpy25\testscipy\numpyscipyoct09\lib\site-packages\
nose-0.11.1-py2.5.egg\nose\case.py", line 183, in runTest
    self.test(*self.arg)
  File "C:\Josef\_progs\virtualpy25\testscipy\numpyscipyoct09\lib\site-packages\
scipy\special\tests\test_boost_data.py", line 196, in _test_factory
    test.check(dtype=dtype)
  File "C:\Josef\_progs\virtualpy25\testscipy\numpyscipyoct09\lib\site-packages\
scipy\special\tests\test_boost_data.py", line 332, in check
    assert False, "\n".join(msg)
AssertionError:
Max |adiff|: 8.53484e-016
Max |rdiff|: 2.61501e-012
Bad results for the following points (in output 0):
            1.4615000486373901 =>        -0.00012783367977313529 !=          -0.
000127833679772801  (rdiff        2.6150122207678078e-012)

======================================================================
FAIL: test_boost_data.test_all(<Boost test for psi (complex): digamma_root_data_
ipp-digamma_root_data>,)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "c:\josef\_progs\virtualpy25\testscipy\numpyscipyoct09\lib\site-packages\
nose-0.11.1-py2.5.egg\nose\case.py", line 183, in runTest
    self.test(*self.arg)
  File "C:\Josef\_progs\virtualpy25\testscipy\numpyscipyoct09\lib\site-packages\
scipy\special\tests\test_boost_data.py", line 196, in _test_factory
    test.check(dtype=dtype)
  File "C:\Josef\_progs\virtualpy25\testscipy\numpyscipyoct09\lib\site-packages\
scipy\special\tests\test_boost_data.py", line 332, in check
    assert False, "\n".join(msg)
AssertionError:
Max |adiff|: 8.53484e-016
Max |rdiff|: 2.61501e-012
Bad results for the following points (in output 0):
       (1.4615000486373901+0j) =>   (-0.00012783367977313529+0j) !=          -0.
000127833679772801  (rdiff        2.6150122207678078e-012)

----------------------------------------------------------------------
Ran 3880 tests in 77.688s

FAILED (KNOWNFAIL=6, SKIP=29, failures=2)
<nose.result.TextTestResult run=3880 errors=0 failures=2>



More information about the SciPy-Dev mailing list