标签: python testing numpy scipy
在Windows 7上安装了numpy和scipy之后,我运行了测试。 numpy.test('full')很快就完成了,但scipy.test('full')只是在那里没有任何错误。
numpy.test('full')
scipy.test('full')
那么,运行scipy.test('full')需要多长时间?