[NumPy-Tickets] [NumPy] #1926: test_umath_complex fails under OS X Lion
NumPy Trac
numpy-tickets@scipy....
Sun Sep 11 05:39:03 CDT 2011
#1926: test_umath_complex fails under OS X Lion
-------------------------+--------------------------------------------------
Reporter: RuiPereira | Owner: somebody
Type: defect | Status: closed
Priority: normal | Milestone: 1.6.2
Component: numpy.core | Version: 1.6.0
Resolution: fixed | Keywords:
-------------------------+--------------------------------------------------
Comment(by samueljohn):
Good work!
And hey, it's weekend. Incredibly fast response here on the numpy trac/ML.
Now bumpy 1.6.x passes all tests and there is only one RuntimeWarning.
enjoy,
Samuel
{{{
samuel@localhost:~ $ ipython
Python 2.7.2 (default, Sep 5 2011, 10:50:07)
Type "copyright", "credits" or "license" for more information.
IPython 0.11 -- An enhanced Interactive Python.
? -> Introduction and overview of IPython's features.
%quickref -> Quick reference.
help -> Python's own help system.
object? -> Details about 'object', use 'object??' for extra details.
In [1]: import numpy
In [2]: numpy.test()
Running unit tests for numpy
NumPy version 1.6.2.dev-396dbb9
NumPy is installed in
/usr/local/Cellar/python/2.7.2/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/site-packages/numpy
Python version 2.7.2 (default, Sep 5 2011, 10:50:07) [GCC 4.2.1 (Based on
Apple Inc. build 5658) (LLVM build 2335.15.00)]
nose version 1.1.2
......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................../usr/local/Cellar/python/2.7.2/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/site-packages/numpy/core/numeric.py:1920: RuntimeWarning: invalid value
encountered in absolute
return all(less_equal(absolute(x-y), atol + rtol * absolute(y)))
.......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................K.................................................................................................K...SK.S.......S...................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................S.....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
----------------------------------------------------------------------
Ran 3498 tests in 13.133s
OK (KNOWNFAIL=3, SKIP=4)
Out[2]: <nose.result.TextTestResult run=3498 errors=0 failures=0>
}}}
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1926#comment:11>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list