test results on windows
Hey guys, I've had a chance to test the CVS scipy on windows this evening. I'm using Python 2.3 - Enthought Edition and mingw32 with gcc 3.2. I did have to make a few small changes to CVS to get things to build here (checked in). I also fixed the "%pythoncode" problem in the build process that has been reported. I currently get 8 errors. It sounds like I'm seeing more failures than on the Linux side of things, although I've seen a few of these role by in other peoples posts. I haven't looked to deeply into the nature of them yet. eric
scipy.test() <snip> ====================================================================== FAIL: check_nrdtrimn (test_basic.test_cephes)
Traceback (most recent call last): File "C:\Python23\Lib\site-packages\scipy\special\tests\test_basic.py", line 3 17, in check_nrdtrimn assert_equal(cephes.nrdtrimn(0.5,1,1),1.0) File "C:\Python23\lib\site-packages\scipy_test\testing.py", line 332, in asser t_equal assert desired == actual, msg AssertionError: Items are not equal: DESIRED: 1.0 ACTUAL: 0.99999999999999989 ====================================================================== FAIL: check_bei_zeros (test_basic.test_bei_zeros) ---------------------------------------------------------------------- Traceback (most recent call last): File "C:\Python23\Lib\site-packages\scipy\special\tests\test_basic.py", line 5 53, in check_bei_zeros -7.940178689168587]),11) File "C:\Python23\lib\site-packages\scipy_test\testing.py", line 405, in asser t_array_almost_equal assert alltrue(ravel(reduced)),\ AssertionError: Arrays are not almost equal: ====================================================================== FAIL: check_chebyc (test_basic.test_chebyc) ---------------------------------------------------------------------- Traceback (most recent call last): File "C:\Python23\Lib\site-packages\scipy\special\tests\test_basic.py", line 6 58, in check_chebyc assert_array_almost_equal(C4.c,[1,0,-4,0,2],13) File "C:\Python23\lib\site-packages\scipy_test\testing.py", line 405, in asser t_array_almost_equal assert alltrue(ravel(reduced)),\ AssertionError: Arrays are not almost equal: ====================================================================== FAIL: check_fresnel_zeros (test_basic.test_fresnel_zeros) ---------------------------------------------------------------------- Traceback (most recent call last): File "C:\Python23\Lib\site-packages\scipy\special\tests\test_basic.py", line 9 21, in check_fresnel_zeros 4.4742+0.1877j]),3) File "C:\Python23\lib\site-packages\scipy_test\testing.py", line 405, in asser t_array_almost_equal assert alltrue(ravel(reduced)),\ AssertionError: Arrays are not almost equal: ====================================================================== FAIL: check_fresnels_zeros (test_basic.test_fresnel_zeros) ---------------------------------------------------------------------- Traceback (most recent call last): File "C:\Python23\Lib\site-packages\scipy\special\tests\test_basic.py", line 9 41, in check_fresnels_zeros assert_array_almost_equal(frs,szo,12) File "C:\Python23\lib\site-packages\scipy_test\testing.py", line 405, in asser t_array_almost_equal assert alltrue(ravel(reduced)),\ AssertionError: Arrays are not almost equal: ====================================================================== FAIL: check_round (test_basic.test_round) ---------------------------------------------------------------------- Traceback (most recent call last): File "C:\Python23\Lib\site-packages\scipy\special\tests\test_basic.py", line 1 770, in check_round assert_array_equal(rnd,rndrl) File "C:\Python23\lib\site-packages\scipy_test\testing.py", line 390, in asser t_array_equal assert alltrue(ravel(reduced)),\ AssertionError: Arrays are not equal: ====================================================================== FAIL: check_y0_zeros (test_basic.test_y0_zeros) ---------------------------------------------------------------------- Traceback (most recent call last): File "C:\Python23\Lib\site-packages\scipy\special\tests\test_basic.py", line 2 002, in check_y0_zeros assert_array_almost_equal(abs(yv(0.0,all)),0.0,11) File "C:\Python23\lib\site-packages\scipy_test\testing.py", line 405, in asser t_array_almost_equal assert alltrue(ravel(reduced)),\ AssertionError: Arrays are not almost equal: ====================================================================== FAIL: check_y1p_zeros (test_basic.test_y1p_zeros) ---------------------------------------------------------------------- Traceback (most recent call last): File "C:\Python23\Lib\site-packages\scipy\special\tests\test_basic.py", line 2 016, in check_y1p_zeros assert_array_almost_equal(y1p,(array([ 0.5768+0.904j]), array([-0.7635+0.589 2j])),3) File "C:\Python23\lib\site-packages\scipy_test\testing.py", line 405, in asser t_array_almost_equal assert alltrue(ravel(reduced)),\ AssertionError: Arrays are not almost equal: ---------------------------------------------------------------------- Ran 967 tests in 4.476s FAILED (failures=8)
participants (1)
-
eric jones