[Numpy-discussion] doctests failing in ipython

Charles R Harris charlesr.harris at gmail.com
Fri Jul 11 03:11:54 EDT 2008


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_polynomial
Failed example:
    p
Expected:
    poly1d([ 1.,  2.,  3.])
Got nothing

Tons of these.

Chuck
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20080711/cce2d394/attachment.html>


More information about the NumPy-Discussion mailing list