From: Dominique O. <dom...@gm...> - 2010-05-09 09:03:28
|
On Fri, May 7, 2010 at 12:03 PM, <kei...@bt...> wrote: > I've got the latest pysparse and numpy, but I get this: > > test.py:102: DeprecationWarning: PyArray_FromDimsAndDataAndDescr: use PyArray_NewFromDescr. > info,iter,relres=itsolvers.cgs(A,b,z1,1e-9,10000,K) > > How can I get rid of this? Does it matter? Hi Keith, This warning is harmless and can be safely ignored. Did you get the source from svn? -- Dominique |