[SciPy-dev] Problem with flapack

Pearu Peterson pearu at cens.ioc.ee
Thu Feb 14 15:47:01 EST 2002


On Thu, 14 Feb 2002, Heiko Henkelmann wrote:

> >
> > It might be that you are passing in a list (although that *should* be a
> valid
> > thing to do).
> > Does it work if you try:
> >     >>> from scipy import *
> >     >>> from scipy import signal as s
> >     >>> s.roots(array([1.,2.,3.,4.])
> >
> 
> Nope:
> 
> >>> from scipy import *
> >>> from scipy import signal as s
> >>> s.roots(array([1.,2.,3.,4.]))

linear_algebra.py is broken. If you stay tuned, I'll make a new f2py
release right now and then I'll get back to you (unless somebody else will
fix linear_algebra.py first, the fix should be trivial).

Pearu




More information about the SciPy-Dev mailing list