[Numpy-discussion] numpy.test() failures (1.2.1) on Mac OS X

Nicholas Matsakis nick at matsakis.net
Tue Dec 30 13:34:34 EST 2008


On Tue, 30 Dec 2008, Nicholas Matsakis wrote:

> I just installed what I believe to be a completely vanilla installation of
> numpy on an Intel Mac OS X 10.5.6.  Python 2.5 pkg from Python.org, numpy
> 1.2.1 pkg from scipy.org, nose installed through setup tools.  Running
> "import numpy; numpy.test()" results in the following errors and 
> failures...

I've determined these failures were a result of running the python 
interpreter with the "new" division semantics. Without those all the tests 
pass save one known failure.

Nick Matsakis



More information about the NumPy-Discussion mailing list