Skip to content
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 terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FAIL: test_random_complex (test_basic.TestDet) #2945

Closed
rgommers opened this issue Sep 29, 2013 · 0 comments
Closed

FAIL: test_random_complex (test_basic.TestDet) #2945

rgommers opened this issue Sep 29, 2013 · 0 comments
Labels
defect A clear bug or issue that prevents SciPy from being installed or used as expected scipy.linalg
Milestone

Comments

@rgommers
Copy link
Member

Reported for OS X 10.8 MacPorts build as well as in gh-2756:

======================================================================
FAIL: test_random_complex (test_basic.TestDet)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/deil/temp/2013-09-25/scipy33/scipy/linalg/tests/test_basic.py", line 500, in test_random_complex
assert_almost_equal(d1,d2)
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/site-packages/numpy/testing/utils.py", line 468, in assert_almost_equal
raise AssertionError(msg)
AssertionError:
Arrays are not almost equal to 7 decimals
ACTUAL: (11859891.603774602-11129420.981534967j)
DESIRED: (11859891.603774654-11129420.981534984j)

I'll send a fix for this now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
defect A clear bug or issue that prevents SciPy from being installed or used as expected scipy.linalg
Projects
None yet
Development

No branches or pull requests

1 participant