Apologies if this is the wrong mailing list. I have installed bumpy using the excellent script here: http://fonnesbeck.github.com/ScipySuperpack/ I ran numpy.test('full') and got several errors. Should I be worried? Thanks, Dominic. PS I can send the full errors if that would be helpful.
np.test('full') Running unit tests for numpy NumPy version 1.8.0.dev-4600b2f NumPy is installed in /Library/Python/2.7/site-packages/numpy-1.8.0.dev_4600b2f_20130131-py2.7-macosx-10.8-intel.egg/numpy Python version 2.7.3 (v2.7.3:70274d53c1dd, Apr 9 2012, 20:52:43) [GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] nose version 1.2.1
… Ran 4471 tests in 13.065s FAILED (KNOWNFAIL=5, SKIP=26, errors=2, failures=3) <nose.result.TextTestResult run=4471 errors=2 failures=3>
On Tue, Feb 12, 2013 at 1:28 PM, Daπid <davidmenhur@gmail.com> wrote:
On 12 February 2013 10:55, Dominic Steinitz <dominic@steinitz.org> wrote:
Running unit tests for numpy NumPy version 1.8.0.dev-4600b2f
I can see this is not the stable version, try the 1.7 that has been just released.
Sending the full output of this test run would be useful, even if 1.7.0 has no failures. Ralf
participants (3)
-
Daπid
-
Dominic Steinitz
-
Ralf Gommers