Re: [Numpy-discussion] TypeError when calling numpy.kaiser()

2009-10-21 Thread josef . pktd
On Sun, Oct 18, 2009 at 3:11 PM, Jeffrey McGee jeffamc...@gmail.com wrote: Howdy, I'm having trouble getting the kaiser window to work. Anytime I try to call numpy.kaiser(), it throws an exception. Here's the output when I run the example code from

Re: [Numpy-discussion] TypeError when calling numpy.kaiser()

2009-10-21 Thread Charles R Harris
On Wed, Oct 21, 2009 at 9:18 AM, josef.p...@gmail.com wrote: On Sun, Oct 18, 2009 at 3:11 PM, Jeffrey McGee jeffamc...@gmail.com wrote: Howdy, I'm having trouble getting the kaiser window to work. Anytime I try to call numpy.kaiser(), it throws an exception. Here's the output when I

Re: [Numpy-discussion] TypeError when calling numpy.kaiser()

2009-10-21 Thread Robert Kern
On Wed, Oct 21, 2009 at 11:28, Charles R Harris charlesr.har...@gmail.com wrote: As an aside, would it be appropriate to have some of the more common Bessel functions as ufuncs? I'd prefer that we stick to the policy of including special functions that are part of the C99 standard (or another