July 22, 2008
6:39 a.m.
On Tuesday 22 July 2008 02:27:38 Charles R Harris wrote:
Looks like you shouldn't use NumpyTestCase for the 1.2 test, however.
Looks like Alan updated it for me, the tests look OK on 1.2. Interestingly, I segfault when running python -c "import numpy; numpy.test()" (NumPy version 1.2.0.dev5496) (I can still run thes numpy.ma tests the old fashioned way, for t in numpy/ma/tests/*.py; do python $t; done