On Wed, Jul 30, 2008 at 8:19 PM, Andrew Dalke <[EMAIL PROTECTED]> wrote:
> numpy defines
>
>  numpy.test
>  numpy.bench
>
> and
>
>  numpy.testing.test
>
> The two 'test's use the same implementation.  This is a likely
> unneeded duplication and one should be removed. The choice depends on
> if people think the name should be 'numpy.test' or 'numpy.testing.test'.

They actually do two different things; numpy.test() runs test for all
of numpy, and numpy.testing.test() runs tests for numpy.testing only.
There are similar functions in numpy.lib, numpy.core, etc.
_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://projects.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to