Package: python-scipy
Version: 0.18.1-2
I was running a program under the debugger pdb, and a bug generated this
message:
(Pdb) n
TypeError: TypeErro...0, 1).",)
>
/usr/lib/python2.7/dist-packages/scipy/optimize/minpack.py(212)_root_hybr()
-> shape, dtype = _check_func('fsolve', 'func', func, x0,
Package: python-scipy
Version: 0.18.1
I have a MATLAB program that uses fsolve() from the optimization toolbox.
I found that scipy offers a similar function. I spent a fair amount of
time translating my program into Python, only to discover that the scipy
implementation (unlike the MATLAB one) r
2 matches
Mail list logo