[SciPy-dev] Status of minres

Nils Wagner nwagner at iam.uni-stuttgart.de
Fri Feb 1 14:40:12 EST 2008


On Fri, 01 Feb 2008 19:46:58 +0100
  "Nils Wagner" <nwagner at 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 at 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://mail.python.org/pipermail/scipy-dev/attachments/20080201/667385c0/attachment.bin>


More information about the SciPy-Dev mailing list