Re: [Numpy-discussion] More doctest questions

2008-07-03 Thread Robert Kern
On Thu, Jul 3, 2008 at 19:42, Alan McIntyre <[EMAIL PROTECTED]> wrote: > On Thu, Jul 3, 2008 at 8:26 PM, Robert Kern <[EMAIL PROTECTED]> wrote: >>> 1. Should we skip the numpy/f2py directory when looking for doctests? >> >> I don't see anything there that should cause problems (according to my >> u

Re: [Numpy-discussion] More doctest questions

2008-07-03 Thread Alan McIntyre
On Thu, Jul 3, 2008 at 8:26 PM, Robert Kern <[EMAIL PROTECTED]> wrote: >> 1. Should we skip the numpy/f2py directory when looking for doctests? > > I don't see anything there that should cause problems (according to my > understanding of the collector). Are you seeing problems? Actually it's a pro

Re: [Numpy-discussion] More doctest questions

2008-07-03 Thread Robert Kern
On Thu, Jul 3, 2008 at 18:49, Alan McIntyre <[EMAIL PROTECTED]> wrote: > Just a couple of quick questions for whomever knows: > > 1. Should we skip the numpy/f2py directory when looking for doctests? I don't see anything there that should cause problems (according to my understanding of the collec

[Numpy-discussion] More doctest questions

2008-07-03 Thread Alan McIntyre
Just a couple of quick questions for whomever knows: 1. Should we skip the numpy/f2py directory when looking for doctests? 2. Are the functions in numpy/lib/convdtype.py used anywhere? I can fix the doctests so they run, but I can't find anywhere they are used, so I wanted to see if they were int