[Numpy-discussion] ANN: scipy 0.8.0 release candidate 1
Alan G Isaac
aisaac@american....
Mon Jul 5 09:56:59 CDT 2010
One odd error (the directory was empty upon inspection) and one failure.
Alan Isaac
Python 2.6.5 (r265:79096, Mar 19 2010, 21:48:26) [MSC v.1500 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import numpy as np
>>> np.__version__
'1.4.1'
>>> import scipy as sp
>>> sp.__version__
'0.8.0rc1'
>>> sp.test()
Running unit tests for scipy
NumPy version 1.4.1
NumPy is installed in C:\Python26\lib\site-packages\numpy
SciPy version 0.8.0rc1
SciPy is installed in C:\Python26\lib\site-packages\scipy
Python version 2.6.5 (r265:79096, Mar 19 2010, 21:48:26) [MSC v.1500 32 bit (Intel)]
nose version 0.11.0
C:\Python26\lib\site-packages\scipy\io\matlab\mio5.py:90: RuntimeWarning: __builtin__.file size changed, may indicate binary incompatibility
from mio5_utils import VarReader5
[snip]
.............................................................................err
or removing c:\users\private\appdata\local\temp\tmp0orogecat_test:
c:\users\private\appdata\local\temp\tmp0orogecat_test: The directory is not empty
................................................................................
..................
======================================================================
FAIL: test_data.test_boost(<Data for arccosh: acosh_data_ipp-acosh_data>,)
----------------------------------------------------------------------
Traceback (most recent call last):
File "C:\Python26\lib\site-packages\nose\case.py", line 183, in runTest
self.test(*self.arg)
File "C:\Python26\lib\site-packages\scipy\special\tests\test_data.py", line 20
5, in _test_factory
test.check(dtype=dtype)
File "C:\Python26\lib\site-packages\scipy\special\tests\testutils.py", line 22
3, in check
assert False, "\n".join(msg)
AssertionError:
Max |adiff|: 1.77636e-15
Max |rdiff|: 2.44233e-14
Bad results for the following points (in output 0):
1.0000014305114746 => 0.0016914556651292853 != 0.0016914556651292944 (rdiff 5.3842961637318929e-15)
1.000007152557373 => 0.0037822080446613874 != 0.0037822080446612951 (rdiff 2.4423306175913249e-14)
1.0000138282775879 => 0.0052589439468011612 != 0.0052589439468011014 (rdiff 1.1380223962570286e-14)
1.0000600814819336 => 0.010961831992188913 != 0.010961831992188852 (rdiff 5.5387933059412495e-15)
1.0001168251037598 => 0.015285472131830449 != 0.015285472131830425 (rdiff 1.5888373256788015e-15)
1.0003981590270996 => 0.028218171738655283 != 0.028218171738655373 (rdiff 3.1967209494023856e-15)
----------------------------------------------------------------------
Ran 4415 tests in 54.916s
FAILED (KNOWNFAIL=13, SKIP=39, failures=1)
<nose.result.TextTestResult run=4415 errors=0 failures=1>
More information about the NumPy-Discussion
mailing list