gpt4 book ai didi

python - 运行 scipy.test ('full' 需要多长时间)?

转载 作者:行者123 更新时间:2023-11-28 20:54:39 24 4
gpt4 key购买 nike

在 Windows 7 上安装 numpy 和 scipy 后,我运行了测试。numpy.test('full') 很快就完成了,但是 scipy.test('full') 一直卡在那里,没有任何错误。

那么,运行 scipy.test('full') 需要多长时间?

最佳答案

我使用的是装有 OSX 10.10.4 的 Macbook Pro 15",具有以下软件包版本。

Running unit tests for scipyNumPy version 1.9.2NumPy is installed in /usr/local/lib/python2.7/site-packages/numpySciPy version 0.15.1SciPy is installed in /usr/local/lib/python2.7/site-packages/scipyPython 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 真实 164.13 用户 35.81 系统
  • python -c "import scipy; scipy.test('full')": 640.63 真实 686.81 用户 32.79 系统

Others say scipy.test() takes up to 1 minute.

关于python - 运行 scipy.test ('full' 需要多长时间)?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29860731/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com