[NumPy-Tickets] [NumPy] #2191: numpy.test() fails after running scipy.test()
NumPy Trac
numpy-tickets@scipy....
Thu Jul 26 17:03:30 CDT 2012
#2191: numpy.test() fails after running scipy.test()
------------------------+---------------------------------------------------
Reporter: GeorgeSalt | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone: Unscheduled
Component: numpy.core | Version: 1.6.1
Keywords: |
------------------------+---------------------------------------------------
Comment(by rgommers):
I can reproduce this. The culprit looks like the line
{{{
set_printoptions(precision=3,linewidth=90)
}}}
in sparse/linalg/eigen/lobpcg/tests/test_lobpcg.py. The same line is also
present in bechmarks.py in the same dir.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/2191#comment:1>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list