Re: [Numpy-discussion] setterr question

2009-04-29 Thread Robin
2009/4/29 Stéfan van der Walt : > 2009/4/29 Robin : >> I have been using seterr to try to catch where Nans are appearing in >> my analysis. >> >> I used all: 'warn' which worked the first time I ran the function, but >> as specified in the documentation it only warns 'once only'. Is there >> a way

Re: [Numpy-discussion] setterr question

2009-04-29 Thread Stéfan van der Walt
2009/4/29 Robin : > I have been using seterr to try to catch where Nans are appearing in > my analysis. > > I used all: 'warn' which worked the first time I ran the function, but > as specified in the documentation it only warns 'once only'. Is there > a way I can reset the count so it will warn ag

[Numpy-discussion] setterr question

2009-04-29 Thread Robin
Hi, I have been using seterr to try to catch where Nans are appearing in my analysis. I used all: 'warn' which worked the first time I ran the function, but as specified in the documentation it only warns 'once only'. Is there a way I can reset the count so it will warn again, without loosing my