[SciPy-user] Error in signal.firdesign ?

Robert Kern robert.kern at gmail.com
Tue Aug 7 15:36:19 EDT 2007


Matthieu Brucher wrote:
> 
> 2007/8/7, Robert Kern <robert.kern at gmail.com
> <mailto:robert.kern at gmail.com>>:
> 
>     Matthieu Brucher wrote:
>     > Hi,
>     >
>     > I'm using the last scipy release, and I encountered this error :
>     >>>> signal.firwin(50, 1/4.)
>     >
>     > Traceback (most recent call last):
>     >   File "<pyshell#214>", line 1, in <module>
>     >     signal.firwin(50, 1/4.)
>     >   File "C:\Python25\lib\site-packages\scipy\signal\filter_design.py",
>     > line 1542, in firwin
>     >     return h / sum(h,axis=0)
>     > TypeError: sum() takes no keyword arguments
>     >
>     > Will it be corrected in a future realse ?
> 
>     Already has been in r2542.
> 
> Sorry :(

No worries.

-- 
Robert Kern

"I have come to believe that the whole world is an enigma, a harmless enigma
 that is made terrible by our own mad attempt to interpret it as though it had
 an underlying truth."
  -- Umberto Eco



More information about the SciPy-User mailing list