-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Closed
Labels
Migrated from TracdefectA clear bug or issue that prevents SciPy from being installed or used as expectedA clear bug or issue that prevents SciPy from being installed or used as expected
Milestone
Description
Original ticket http://projects.scipy.org/scipy/ticket/821 on 2008-12-21 by @nilswagner01, assigned to unknown.
scipy.test() wrt python2.6 produces several errors of the following type
======================================================================
ERROR: test_simple_complex (test_decomp.TestSVD)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/nwagner/local/lib64/python2.6/site-packages/scipy/linalg/tests/test_decomp.py", line 716, in test_simple_complex
u,s,vh = svd(a)
File "/home/nwagner/local/lib64/python2.6/site-packages/scipy/linalg/decomp.py", line 916, in svd
lwork = calc_lwork.gesdd(gesdd.prefix,m,n,compute_uv)[1]
RuntimeError: more argument specifiers than keyword list entries (remaining format:'|:calc_lwork.gesdd')
Metadata
Metadata
Assignees
Labels
Migrated from TracdefectA clear bug or issue that prevents SciPy from being installed or used as expectedA clear bug or issue that prevents SciPy from being installed or used as expected