[SciPy-user] bug in scipy.signal.firwin?

Stefan van der Walt stefan at sun.ac.za
Wed Jun 20 17:21:58 EDT 2007


On Wed, Jun 20, 2007 at 03:25:19PM -0500, Reynaldo wrote:
> In the following line the sum function is the standard python sum function,
> which doesn't have axis keyword.
> 
>     return h / sum(h,axis=0)
> 
> I'm using
> 
> In [56]: scipy.__version__
> Out[56]: '0.5.2'
> 
> In [57]: scipy.__numpy_version__
> Out[57]: '1.0.1'
> 
> on a Gentoo Linux, 2.6.18-gentoo-r4

I'm think this has been fixed in SVN.  Please try the latest version
and let us know.

Cheers
Stéfan



More information about the SciPy-User mailing list