I\'m about to reinstall numpy and scipy on my Ubuntu Lucid. As these things carry quite a few dependencies, I\'m wondering if there is a comprehens
numpy
scipy
Yes. Both packages have a test method for this.
test
import numpy numpy.test('full') import scipy scipy.test('full')
Note that if you do not have nose installed, it will tell you that you need it.