Re: [Numpy-discussion] PyChecker

2007-03-21 Thread Alexandre Fayolle
On Tue, Mar 20, 2007 at 08:48:46PM -0600, Charles R Harris wrote: > On 3/20/07, Pierre GM <[EMAIL PROTECTED]> wrote: > > > >On Tuesday 20 March 2007 15:29:01 Charles R Harris wrote: > >> but I want > >> to suggest that we run pychecker, and maybe pylint, over the python code > >to > >> look for err

Re: [Numpy-discussion] PyChecker

2007-03-20 Thread Charles R Harris
On 3/20/07, Pierre GM <[EMAIL PROTECTED]> wrote: On Tuesday 20 March 2007 15:29:01 Charles R Harris wrote: > but I want > to suggest that we run pychecker, and maybe pylint, over the python code to > look for errors. I'm using Pydev w/ Eclipse that supports pylint. I usually don't have any warn

Re: [Numpy-discussion] PyChecker

2007-03-20 Thread Pierre GM
On Tuesday 20 March 2007 15:29:01 Charles R Harris wrote: > but I want > to suggest that we run pychecker, and maybe pylint, over the python code to > look for errors. I'm using Pydev w/ Eclipse that supports pylint. I usually don't have any warning from pylint about numpy. Could you be more spec

[Numpy-discussion] PyChecker

2007-03-20 Thread Charles R Harris
All, I've run pychecker on some of my programs that import numpy and it issues many warnings about numpy. Many (most?) of the warnings look bogus, but some also look valid. I will try to work through some of these, but I want to suggest that we run pychecker, and maybe pylint, over the python cod