python - How long does it take to run scipy.test('full')? -


after installed numpy , scipy on windows 7, have run tests. numpy.test('full') finished quickly, scipy.test('full') stuck there without errors.

so, how long takes run scipy.test('full')?

i'm on macbook pro 15" osx 10.10.4 following package versions.

 running unit tests scipy numpy version 1.9.2 numpy installed in /usr/local/lib/python2.7/site-packages/numpy scipy version 0.15.1 scipy installed in /usr/local/lib/python2.7/site-packages/scipy python version 2.7.10 (default, jun 10 2015, 19:42:47) [gcc 4.2.1 compatible apple llvm 6.1.0 (clang-602.0.53)] nose version 1.3.4 ... 
  • python -c "import scipy; scipy.test()": 140.15 real 164.13 user 35.81 sys
  • python -c "import scipy; scipy.test('full')": 640.63 real 686.81 user 32.79 sys

others scipy.test() takes 1 minute.


Comments

Popular posts from this blog

python - Installing PyDev in eclipse is failed -

PHP OOP-based login system -

c# - Nested Internal Class with Readonly Hashtable throws Null ref exception.. on assignment -