Skip to content

Instantly share code, notes, and snippets.

@cdeil
Created November 7, 2012 08:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cdeil/4030177 to your computer and use it in GitHub Desktop.
Save cdeil/4030177 to your computer and use it in GitHub Desktop.
$ python -c 'import numpy; numpy.test()'
/Users/deil/Library/Python/2.7/lib/python/site-packages/numpy/__init__.pyc
1.8.0.dev-c5ccca9
Running unit tests for numpy
NumPy version 1.8.0.dev-c5ccca9
NumPy is installed in /Users/deil/Library/Python/2.7/lib/python/site-packages/numpy
Python version 2.7.3 (default, Oct 22 2012, 20:01:15) [GCC 4.2.1 Compatible Apple Clang 4.0 ((tags/Apple/clang-421.0.60))]
nose version 1.2.1
.............................................................................................................................................................................................................................................................................................................................................................................................................................................S.......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................K.................................................................................................................................................................................................................................................................1
........................................................................................................................................................................................................................................................K....................................................................................................K...SK.S.......S.........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................S...............................................................................................................................................................................................................................................................................................................E..........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................K....................................................
======================================================================
ERROR: Test a special case for var
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/deil/Library/Python/2.7/lib/python/site-packages/numpy/ma/tests/test_core.py", line 2731, in test_varstd_specialcases
_ = method(out=mout)
File "/Users/deil/Library/Python/2.7/lib/python/site-packages/numpy/ma/core.py", line 4780, in std
np.power(out, 0.5, out=out, casting='unsafe')
RuntimeWarning: invalid value encountered in power
----------------------------------------------------------------------
Ran 4781 tests in 16.641s
FAILED (KNOWNFAIL=5, SKIP=5, errors=1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment