Re: [Numpy-discussion] #2522 numpy.diff fails on unsigned integers

2014-11-13 Thread Jaime Fernández del Río
On Wed, Nov 12, 2014 at 11:10 PM, Sebastian wrote: > On 2014-11-04 19:44, Charles R Harris wrote: > > On Tue, Nov 4, 2014 at 11:19 AM, Sebastian wrote: > > > >> On 2014-11-04 15:06, Todd wrote: > >>> On Tue, Nov 4, 2014 at 2:50 PM, Sebastian Wagner >> > >>> > wrote: > >>>

Re: [Numpy-discussion] #2522 numpy.diff fails on unsigned integers

2014-11-13 Thread Todd
On Thu, Nov 13, 2014 at 8:10 AM, Sebastian wrote: > On 2014-11-04 19:44, Charles R Harris wrote: > > On Tue, Nov 4, 2014 at 11:19 AM, Sebastian wrote: > > > >> On 2014-11-04 15:06, Todd wrote: > >>> On Tue, Nov 4, 2014 at 2:50 PM, Sebastian Wagner >> > >>> > wrote: > >>>

Re: [Numpy-discussion] #2522 numpy.diff fails on unsigned integers

2014-11-12 Thread Sebastian
On 2014-11-04 19:44, Charles R Harris wrote: > On Tue, Nov 4, 2014 at 11:19 AM, Sebastian wrote: > >> On 2014-11-04 15:06, Todd wrote: >>> On Tue, Nov 4, 2014 at 2:50 PM, Sebastian Wagner > >>> > wrote: >>> >>> Hello, >>> >>> I want to bring up Issue #2522 'numpy.diff fails

Re: [Numpy-discussion] #2522 numpy.diff fails on unsigned integers

2014-11-04 Thread Charles R Harris
On Tue, Nov 4, 2014 at 11:19 AM, Sebastian wrote: > On 2014-11-04 15:06, Todd wrote: > > On Tue, Nov 4, 2014 at 2:50 PM, Sebastian Wagner > > wrote: > > > > Hello, > > > > I want to bring up Issue #2522 'numpy.diff fails on unsigned integers > > (Trac #1929)' [

Re: [Numpy-discussion] #2522 numpy.diff fails on unsigned integers

2014-11-04 Thread Sebastian
On 2014-11-04 15:06, Todd wrote: > On Tue, Nov 4, 2014 at 2:50 PM, Sebastian Wagner > wrote: > > Hello, > > I want to bring up Issue #2522 'numpy.diff fails on unsigned integers > (Trac #1929)' [1], as it was resonsible for an error in one of our > programs.

Re: [Numpy-discussion] #2522 numpy.diff fails on unsigned integers

2014-11-04 Thread Todd
On Tue, Nov 4, 2014 at 2:50 PM, Sebastian Wagner wrote: > Hello, > > I want to bring up Issue #2522 'numpy.diff fails on unsigned integers > (Trac #1929)' [1], as it was resonsible for an error in one of our > programs. Short explanation of the bug: np.diff performs a subtraction > on the input a

[Numpy-discussion] #2522 numpy.diff fails on unsigned integers

2014-11-04 Thread Sebastian Wagner
Hello, I want to bring up Issue #2522 'numpy.diff fails on unsigned integers (Trac #1929)' [1], as it was resonsible for an error in one of our programs. Short explanation of the bug: np.diff performs a subtraction on the input array. If this is of type uint and the data contains falling data,