I ran the scipy.test() unit tests for my debian package. I got four errors (see below). Is this normal, or did I do something wrong? Thanks - Joe ====================================================================== ERROR: check_basic (test_basic.test_trapz) ---------------------------------------------------------------------- Traceback (most recent call last): File "debian/scipy/usr/lib/python2.1/site-packages/scipy/tests/test_basic.py", line 400, in check_basic NameError: global name 'trapz' is not defined ====================================================================== ERROR: check_nd (test_basic.test_trapz) ---------------------------------------------------------------------- Traceback (most recent call last): File "debian/scipy/usr/lib/python2.1/site-packages/scipy/tests/test_basic.py", line 407, in check_nd NameError: global name 'trapz' is not defined ====================================================================== ERROR: check_basic (test_basic1a.test_roots) ---------------------------------------------------------------------- Traceback (most recent call last): File "debian/scipy/usr/lib/python2.1/site-packages/scipy/tests/test_basic1a.py", line 19, in check_basic File "debian/scipy/usr/lib/python2.1/site-packages/scipy/basic1a.py", line 52, in roots NameError: global name 'argsort' is not defined ====================================================================== ERROR: check_inverse (test_basic1a.test_roots) ---------------------------------------------------------------------- Traceback (most recent call last): File "debian/scipy/usr/lib/python2.1/site-packages/scipy/tests/test_basic1a.py", line 25, in check_inverse File "debian/scipy/usr/lib/python2.1/site-packages/scipy/basic1a.py", line 52, in roots NameError: global name 'argsort' is not defined ---------------------------------------------------------------------- Ran 176 tests in 0.882s FAILED (errors=4) <unittest.TextTestRunner instance at 0x834a74c>