Skip to content

RuntimeError: more argument specifiers than keyword list entries (Trac #821) #1348

@scipy-gitbot

Description

@scipy-gitbot

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

No one assigned

    Labels

    Migrated from TracdefectA clear bug or issue that prevents SciPy from being installed or used as expected

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions