Re: [Numpy-discussion] doctests failing in ipython

2008-07-11 Thread Keith Goodman
On Fri, Jul 11, 2008 at 12:58 AM, Charles R Harris <[EMAIL PROTECTED]> wrote: > The problem might be the old ipython version (8.1) shipped with ubuntu 8.04. > Debian is slow to update and I've been trying out ubuntu for 64 bit testing. Debian Lenny is at ipython 0.8.4.

Re: [Numpy-discussion] doctests failing in ipython

2008-07-11 Thread Charles R Harris
On Fri, Jul 11, 2008 at 1:52 AM, Robert Kern <[EMAIL PROTECTED]> wrote: > On Fri, Jul 11, 2008 at 02:50, Robert Kern <[EMAIL PROTECTED]> wrote: > > I don't see this problem with the > > trunk of numpy (and IPython, incidentally): > > Also, nose 0.10.3, which may be part of the solution. > Maybe.

Re: [Numpy-discussion] doctests failing in ipython

2008-07-11 Thread Charles R Harris
On Fri, Jul 11, 2008 at 1:40 AM, Robert Kern <[EMAIL PROTECTED]> wrote: > On Fri, Jul 11, 2008 at 02:37, Fernando Perez <[EMAIL PROTECTED]> > wrote: > > On Fri, Jul 11, 2008 at 12:29 AM, Robert Kern <[EMAIL PROTECTED]> > wrote: > > > >> Yes. This is well-known. IPython cannot run doctests in gener

Re: [Numpy-discussion] doctests failing in ipython

2008-07-11 Thread Robert Kern
On Fri, Jul 11, 2008 at 02:50, Robert Kern <[EMAIL PROTECTED]> wrote: > I don't see this problem with the > trunk of numpy (and IPython, incidentally): Also, nose 0.10.3, which may be part of the solution. -- Robert Kern "I have come to believe that the whole world is an enigma, a harmless enig

Re: [Numpy-discussion] doctests failing in ipython

2008-07-11 Thread Robert Kern
On Fri, Jul 11, 2008 at 02:40, Charles R Harris <[EMAIL PROTECTED]> wrote: > > > On Fri, Jul 11, 2008 at 1:29 AM, Robert Kern <[EMAIL PROTECTED]> wrote: >> >> On Fri, Jul 11, 2008 at 02:11, Charles R Harris >> <[EMAIL PROTECTED]> wrote: >> > The problem is the Out[#] appended to the output. >> > >>

Re: [Numpy-discussion] doctests failing in ipython

2008-07-11 Thread Robert Kern
On Fri, Jul 11, 2008 at 02:37, Fernando Perez <[EMAIL PROTECTED]> wrote: > On Fri, Jul 11, 2008 at 12:29 AM, Robert Kern <[EMAIL PROTECTED]> wrote: > >> Yes. This is well-known. IPython cannot run doctests in general >> without modification. This is not a bug in numpy's tests; just an >> incompatib

Re: [Numpy-discussion] doctests failing in ipython

2008-07-11 Thread Charles R Harris
On Fri, Jul 11, 2008 at 1:29 AM, Robert Kern <[EMAIL PROTECTED]> wrote: > On Fri, Jul 11, 2008 at 02:11, Charles R Harris > <[EMAIL PROTECTED]> wrote: > > The problem is the Out[#] appended to the output. > > > > Out[4]: poly1d([ 1., 2., > > 3.]) >

Re: [Numpy-discussion] doctests failing in ipython

2008-07-11 Thread Fernando Perez
On Fri, Jul 11, 2008 at 12:29 AM, Robert Kern <[EMAIL PROTECTED]> wrote: > Yes. This is well-known. IPython cannot run doctests in general > without modification. This is not a bug in numpy's tests; just an > incompatibility between IPython and doctest. Couple of questions: - how are these being

Re: [Numpy-discussion] doctests failing in ipython

2008-07-11 Thread Robert Kern
On Fri, Jul 11, 2008 at 02:11, Charles R Harris <[EMAIL PROTECTED]> wrote: > The problem is the Out[#] appended to the output. > > Out[4]: poly1d([ 1., 2., > 3.]) > ** > File "/usr/l

Re: [Numpy-discussion] doctests failing in ipython

2008-07-11 Thread Charles R Harris
On Fri, Jul 11, 2008 at 1:11 AM, Charles R Harris <[EMAIL PROTECTED]> wrote: > The problem is the Out[#] appended to the output. ^^ prepended. Chuck ___ Numpy-discussion mailing list Numpy-discuss

[Numpy-discussion] doctests failing in ipython

2008-07-11 Thread Charles R Harris
The problem is the Out[#] appended to the output. Out[4]: poly1d([ 1., 2., 3.]) ** File "/usr/lib/python2.5/site-packages/numpy/lib/tests/test_polynomial.py", line 6, in test_polyno