Re: [Numpy-discussion] [SciPy-Dev] Hamming etc. windows are wrong

2014-09-27 Thread Robert Kern
On Sat, Sep 27, 2014 at 1:10 AM, Jerry wrote: > I don't recall what I had imported, but probably scipy, as in "import > scipy", or maybe "import scipy as sc." I do believe that I was working > interactively so I don't have any actual evidence at this point. > > But I just had this thought—maybe I

Re: [Numpy-discussion] [SciPy-Dev] Hamming etc. windows are wrong

2014-09-26 Thread Jerry
On Sep 26, 2014, at 2:03 PM, Paul Hobson wrote: > > > On Fri, Sep 26, 2014 at 3:39 AM, Jerry wrote: > > On Sep 26, 2014, at 2:56 AM, Daπid wrote: > >> >> On 26 September 2014 10:41, Jerry wrote: >> I am just learning Python-NumPy-SciPy but it appears as though the >> SciPy situatio

Re: [Numpy-discussion] [SciPy-Dev] Hamming etc. windows are wrong

2014-09-26 Thread Paul Hobson
On Fri, Sep 26, 2014 at 3:39 AM, Jerry wrote: > > On Sep 26, 2014, at 2:56 AM, Daπid wrote: > > > On 26 September 2014 10:41, Jerry wrote: > >> I am just learning Python-NumPy-SciPy but it appears as though the >> SciPy situation is that the documentation page above *** mentions the flag >

Re: [Numpy-discussion] [SciPy-Dev] Hamming etc. windows are wrong

2014-09-26 Thread Jerry
On Sep 26, 2014, at 2:56 AM, Daπid wrote: > > On 26 September 2014 10:41, Jerry wrote: > I am just learning Python-NumPy-SciPy but it appears as though the SciPy > situation is that the documentation page above *** mentions the flag but the > flag has not been implemented into SciPy its

Re: [Numpy-discussion] [SciPy-Dev] Hamming etc. windows are wrong

2014-09-26 Thread Daπid
On 26 September 2014 10:41, Jerry wrote: > I am just learning Python-NumPy-SciPy but it appears as though the > SciPy situation is that the documentation page above *** mentions the flag > but the flag has not been implemented into SciPy itself. I would be glad to > stand corrected. Regard