[SciPy-dev] Status of minres
Nils Wagner
nwagner@iam.uni-stuttgart...
Fri Feb 1 13:40:12 CST 2008
On Fri, 01 Feb 2008 19:46:58 +0100
"Nils Wagner" <nwagner@iam.uni-stuttgart.de> wrote:
> Hi Nathan,
>
> I just tried to run minres.
>
> from scipy.splinalg.isolve import minres
>
> y = minres.minres(A,b)
>
> Traceback (most recent call last):
> File "test_minres.py", line 9, in ?
> y = minres.minres(A,b)
> File
> "/usr/lib/python2.4/site-packages/scipy/splinalg/isolve/minres.py",
> line 43, in minres
> b = asarray(b).ravel()
> NameError: global name 'asarray' is not defined
>
> Nils
>
> _______________________________________________
> Scipy-dev mailing list
> Scipy-dev@scipy.org
> http://projects.scipy.org/mailman/listinfo/scipy-dev
Please find attached a patch for minres.py
Nils
-------------- next part --------------
A non-text attachment was scrubbed...
Name: minres.py.patch
Type: text/x-patch
Size: 102 bytes
Desc: not available
Url : http://projects.scipy.org/pipermail/scipy-dev/attachments/20080201/667385c0/attachment.bin
More information about the Scipy-dev
mailing list