8000 unittest failures under OS X (Trac #1) · Issue #485 · numpy/numpy · GitHub
[go: up one dir, main page]

Skip to content

unittest failures under OS X (Trac #1) #485

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our term 8000 s of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
numpy-gitbot opened this issue Oct 19, 2012 · 1 comment
Closed

unittest failures under OS X (Trac #1) #485

numpy-gitbot opened this issue Oct 19, 2012 · 1 comment
Labels

Comments

@numpy-gitbot
Copy link

Original ticket http://projects.scipy.org/numpy/ticket/1 on 2006-01-06 by trac user a.h.jaffe@..., assigned to unknown.

Python 2.4.1 (Ippolitto's framework), OS X 10.4.1, gcc 3.3, numpy 0.9.3.1840:
(Sorry for the weird wikified markup...)

In [5]: numpy.test(1,1)
Found 2 tests for numpy.core.umath
Found 21 tests for numpy.core.ma
Found 6 tests for numpy.core.records
Found 3 tests for numpy.distutils.misc_util
Found 3 tests for numpy.lib.getlimits
Found 9 tests for numpy.lib.twodim_base
Found 44 tests for numpy.lib.shape_base
Found 4 tests for numpy.lib.index_tricks
Found 42 tests for numpy.lib.type_check
Found 3 tests for numpy.dft.helper
Found 6 tests for numpy.core.defmatrix
Found 33 tests for numpy.lib.function_base
Found 0 tests for main

............F..............................................................................................................................F...FF.................................

FAIL: Test of masked element

Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/numpy/core/tests/test_ma.py", line 508, in check_testMasked
self.failUnlessRaises(Exception, lambda x,y: x+y, masked, masked)
AssertionError: Exception not raised

FAIL: check_basic (numpy.core.defmatrix.test_defmatrix.test_algebra)

Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/numpy/core/tests/test_defmatrix.py", line 111, in check_basic
assert allclose((mA ** -i).A, B)
AssertionError

FAIL: check_basic (numpy.core.defmatrix.test_defmatrix.test_properties)

Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/numpy/core/tests/test_defmatrix.py", line 34, in check_basic
assert allclose(linalg.inv(A), mA.I)
AssertionError

FAIL: check_comparisons (numpy.core.defmatrix.test_defmatrix.test_properties)

Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/numpy/core/tests/test_defmatrix.py", line 50, in check_comparisons
assert all(mB == matrix(A+0.1))
AssertionError


Ran 178 tests in 1.136s

FAILED (failures=4)
Out[5]: <unittest.TextTestRunner object at 0x16a7850>

@numpy-gitbot
Copy link
Author

@teoliphant wrote on 2006-01-06_

Closed. Masked array issue should not have been testing for an error and other problems were due to introduction of new capability of .view() to return an ndarray of a different sub-class.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant
0