Re: [Numpy-discussion] copy/deepcopy pull request, Travis build failure

2012-10-26 Thread Charles R Harris
On Fri, Oct 26, 2012 at 3:10 PM, Sebastian Berg wrote: > Hey > > On Thu, 2012-10-25 at 19:27 -0600, Charles R Harris wrote: > > Hi Sebastian, > > > > > > > You seem to becoming more involved in the code maintenance. Would you > > be interested in gaining commit rights at some point? > > > Maybe,

Re: [Numpy-discussion] copy/deepcopy pull request, Travis build failure

2012-10-26 Thread Sebastian Berg
Hey On Thu, 2012-10-25 at 19:27 -0600, Charles R Harris wrote: > Hi Sebastian, > > > You seem to becoming more involved in the code maintenance. Would you > be interested in gaining commit rights at some point? > Maybe, but honestly I am not sure if I will keep following numpy very closely in

Re: [Numpy-discussion] copy/deepcopy pull request, Travis build failure

2012-10-26 Thread josef . pktd
On Fri, Oct 26, 2012 at 1:27 AM, David Warde-Farley wrote: > On Fri, Oct 26, 2012 at 1:04 AM, wrote: > >> Fine, I didn't understand that part correctly. >> >> I have no opinion in that case. >> (In statsmodels we only use copy the array method and through np.array().) > > Do you implement __copy

Re: [Numpy-discussion] copy/deepcopy pull request, Travis build failure

2012-10-25 Thread David Warde-Farley
On Fri, Oct 26, 2012 at 1:04 AM, wrote: > Fine, I didn't understand that part correctly. > > I have no opinion in that case. > (In statsmodels we only use copy the array method and through np.array().) Do you implement __copy__ or __deepcopy__ on your objects? If not, client code using statsmod

Re: [Numpy-discussion] copy/deepcopy pull request, Travis build failure

2012-10-25 Thread josef . pktd
On Thu, Oct 25, 2012 at 11:48 PM, David Warde-Farley wrote: > On Thu, Oct 25, 2012 at 8:39 PM, wrote: >> On Thu, Oct 25, 2012 at 6:58 PM, David Warde-Farley >> wrote: >>> On Thu, Oct 25, 2012 at 6:15 PM, Sebastian Berg >>> wrote: On Thu, 2012-10-25 at 17:48 -0400, David Warde-Farley wrote

Re: [Numpy-discussion] copy/deepcopy pull request, Travis build failure

2012-10-25 Thread David Warde-Farley
On Thu, Oct 25, 2012 at 8:39 PM, wrote: > On Thu, Oct 25, 2012 at 6:58 PM, David Warde-Farley > wrote: >> On Thu, Oct 25, 2012 at 6:15 PM, Sebastian Berg >> wrote: >>> On Thu, 2012-10-25 at 17:48 -0400, David Warde-Farley wrote: >> >>> Don't worry about that failure on Travis... It happens rand

Re: [Numpy-discussion] copy/deepcopy pull request, Travis build failure

2012-10-25 Thread Charles R Harris
Hi Sebastian, On Thu, Oct 25, 2012 at 4:15 PM, Sebastian Berg wrote: > On Thu, 2012-10-25 at 17:48 -0400, David Warde-Farley wrote: > > I submitted a pull request and one of the Travis builds is failing: > > > > https://travis-ci.org/#!/numpy/numpy/jobs/2933551 > > > Don't worry about that fa

Re: [Numpy-discussion] copy/deepcopy pull request, Travis build failure

2012-10-25 Thread josef . pktd
On Thu, Oct 25, 2012 at 6:58 PM, David Warde-Farley wrote: > On Thu, Oct 25, 2012 at 6:15 PM, Sebastian Berg > wrote: >> On Thu, 2012-10-25 at 17:48 -0400, David Warde-Farley wrote: > >> Don't worry about that failure on Travis... It happens randomly on at >> the moment and its unrelated to anyth

Re: [Numpy-discussion] copy/deepcopy pull request, Travis build failure

2012-10-25 Thread David Warde-Farley
On Thu, Oct 25, 2012 at 6:15 PM, Sebastian Berg wrote: > On Thu, 2012-10-25 at 17:48 -0400, David Warde-Farley wrote: > Don't worry about that failure on Travis... It happens randomly on at > the moment and its unrelated to anything you are doing. Ah, okay. I figured it was something like that.

Re: [Numpy-discussion] copy/deepcopy pull request, Travis build failure

2012-10-25 Thread Sebastian Berg
On Thu, 2012-10-25 at 17:48 -0400, David Warde-Farley wrote: > I submitted a pull request and one of the Travis builds is failing: > > https://travis-ci.org/#!/numpy/numpy/jobs/2933551 > Don't worry about that failure on Travis... It happens randomly on at the moment and its unrelated to anyt

[Numpy-discussion] copy/deepcopy pull request, Travis build failure

2012-10-25 Thread David Warde-Farley
I submitted a pull request and one of the Travis builds is failing: https://travis-ci.org/#!/numpy/numpy/jobs/2933551 Given my changes, https://github.com/dwf/numpy/commit/4c88fdafc003397d6879f81bf59f68adeeb59f2b I don't see how the masked array module (responsible for the failing test)