2009-08-11 3 views

Répondre

2

numpy n'a pas de composants facultatifs. Soit la construction réussit, soit elle échoue. Vous pouvez exécuter la suite de tests pour voir si la construction fonctionne.

$ python -c "import numpy;numpy.test()" 
Running unit tests for numpy 
NumPy version 1.4.0.dev 
NumPy is installed in /Users/rkern/svn/numpy/numpy 
Python version 2.5.4 (r254:67916, Apr 23 2009, 14:49:51) [GCC 4.0.1 (Apple Inc. build 5465)] 
nose version 0.11.0 
..................... 
... etc. 
Questions connexes