sturlamolden wrote:
On 2 Okt, 22:41, George Trojan wrote:
I have a problem with numpy's vectorize class and f2py wrapped old
FORTRAN code. I found that the function _get_nargs() in
site-packages/numpy/lib/function_base.py tries to find the number of
arguments for a function from an error messag
http://projects.scipy.org/numpy/ticket/1247
--
http://mail.python.org/mailman/listinfo/python-list
On 2 Okt, 22:41, George Trojan wrote:
> I have a problem with numpy's vectorize class and f2py wrapped old
> FORTRAN code. I found that the function _get_nargs() in
> site-packages/numpy/lib/function_base.py tries to find the number of
> arguments for a function from an error message generated whe
I have a problem with numpy's vectorize class and f2py wrapped old
FORTRAN code. I found that the function _get_nargs() in
site-packages/numpy/lib/function_base.py tries to find the number of
arguments for a function from an error message generated when the
function is invoked with no arguments