[SciPy-Dev] ANN: scipy 0.8.0 release candidate 2

Alan G Isaac aisaac at american.edu
Sun Jul 11 17:08:42 EDT 2010


Still have the directory removal error and now have two warnings.
But no SciPy test errors.
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 scipy as sp
>>> 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.0rc2
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
................................................................................
....................................................................C:\Python26\
lib\site-packages\scipy\cluster\vq.py:570: UserWarning: One of the clusters is e
mpty. Re-run kmean with a different initialization.
   warnings.warn("One of the clusters is empty. "
..................................................K.............................
[snip]
................................................................................
.........error removing c:\users\alanis~1\appdata\local\temp\tmp67htl4cat_test:
c:\users\alanis~1\appdata\local\temp\tmp67htl4cat_test: The directory is not empty
................................................................................
..................
----------------------------------------------------------------------
Ran 4415 tests in 56.028s

OK (KNOWNFAIL=13, SKIP=39)
<nose.result.TextTestResult run=4415 errors=0 failures=0>
>>>



More information about the SciPy-Dev mailing list