[Numpy-tickets] [NumPy] #912: numpy.test does not find any test on cygwin
NumPy
numpy-tickets@scipy....
Wed Dec 10 10:07:15 CST 2008
#912: numpy.test does not find any test on cygwin
---------------------------+------------------------------------------------
Reporter: cdavid | Owner: cdavid
Type: defect | Status: new
Priority: normal | Milestone: 1.3.0
Component: numpy.testing | Version: none
Severity: major | Resolution:
Keywords: |
---------------------------+------------------------------------------------
Comment (by rupe):
I have the same problem on Linux. I installed numpy with "easy_install
numpy" and then tried to test it. Results below.
{{{
Python 2.6.1 (r261:67515, Dec 10 2008, 13:33:33)
[GCC 4.1.2 20071124 (Red Hat 4.1.2-42)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import numpy
>>> numpy.test()
Running unit tests for numpy-1.2.1-py2.6-linux-i686.egg.numpy
NumPy version 1.2.1
NumPy is installed in /scratch/s0567077/ext/Linux/lib/python2.6/site-
packages/numpy-1.2.1-py2.6-linux-i686.egg/numpy
Python version 2.6.1 (r261:67515, Dec 10 2008, 13:33:33) [GCC 4.1.2
20071124 (Red Hat 4.1.2-42)]
nose version 0.10.4
----------------------------------------------------------------------
Ran 0 tests in 0.031s
OK
<nose.result.TextTestResult run=0 errors=0 failures=0>
}}}
--
Ticket URL: <http://scipy.org/scipy/numpy/ticket/912#comment:2>
NumPy <http://projects.scipy.org/scipy/numpy>
The fundamental package needed for scientific computing with Python.
More information about the Numpy-tickets
mailing list