[NumPy-Tickets] [NumPy] #2153: Production code is importing numpy testcases
NumPy Trac
numpy-tickets@scipy....
Wed Jun 6 13:07:29 CDT 2012
#2153: Production code is importing numpy testcases
--------------------------+-------------------------------------------------
Reporter: ms4py | Owner: somebody
Type: enhancement | Status: closed
Priority: normal | Milestone: Unscheduled
Component: Other | Version: 1.6.1
Resolution: wontfix | Keywords:
--------------------------+-------------------------------------------------
Changes (by rkern):
* status: new => closed
* resolution: => wontfix
Comment:
It imports some testing *utilities* in `numpy.testing` because they are
part of the public API for use by other libraries, but not the test cases
themselves (which are in directories named `tests`, not `testing`).
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/2153#comment:1>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list