[Numpy-discussion] 1.2.0rc2 tagged! --PLEASE TEST--

Alan G Isaac aisaac at american.edu
Mon Sep 15 13:33:56 EDT 2008


Python 2.5 Superpack looks fine here.
Alan

###################################################################

Python 2.5.1 (r251:54863, Apr 18 2007, 08:51:08) [MSC v.1310 32 bit 
(Intel)] on
win32
Type "help", "copyright", "credits" or "license" for more information.
 >>> import numpy
 >>> numpy.__version__
'1.2.0rc2'
 >>> numpy.test()
Running unit tests for numpy
NumPy version 1.2.0rc2
NumPy is installed in C:\Python25\lib\site-packages\numpy
Python version 2.5.1 (r251:54863, Apr 18 2007, 08:51:08) [MSC v.1310 32 
bit (Int
el)]
nose version 0.10.1
................................................................................
................................................................................
................................................................................
.....K..K.......................................................................
................................................................................
...........................................K....................................
............................................Ignoring "Python was built 
with Visu
al Studio 2003;
extensions must be built with a compiler than can generate compatible 
binaries.
Visual Studio 2003 was not found on this system. If you have Cygwin 
installed,
you can try compiling with MingW32, by passing "-c mingw32" to 
setup.py." (one s
hould fix me in fcompiler/compaq.py)
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
..............
======================================================================
KNOWNFAIL: test_complex_longdouble (test_print.TestPrint)
----------------------------------------------------------------------
Traceback (most recent call last):
   File "C:\Python25\Lib\site-packages\numpy\testing\decorators.py", 
line 119, in
  skipper
     raise KnownFailureTest, msg
KnownFailureTest: complex long double print is known to fail on windows

======================================================================
KNOWNFAIL: test_longdouble (test_print.TestPrint)
----------------------------------------------------------------------
Traceback (most recent call last):
   File "C:\Python25\Lib\site-packages\numpy\testing\decorators.py", 
line 119, in
  skipper
     raise KnownFailureTest, msg
KnownFailureTest: long double print is known to fail on windows

======================================================================
KNOWNFAIL: test_umath.TestComplexFunctions.test_branch_cuts_failing
----------------------------------------------------------------------
Traceback (most recent call last):
   File "C:\Python25\lib\site-packages\nose\case.py", line 203, in runTest
     self.test(*self.arg)
   File "C:\Python25\Lib\site-packages\numpy\testing\decorators.py", 
line 119, in
  skipper
     raise KnownFailureTest, msg
KnownFailureTest: These branch cuts are known to fail

----------------------------------------------------------------------
Ran 1578 tests in 17.856s

OK
<nose.result.TextTestResult run=1578 errors=0 failures=0>
 >>>



More information about the NumPy-Discussion mailing list