gpt4 book ai didi

python - 如何运行特定的 scipy 测试

转载 作者:太空宇宙 更新时间:2023-11-04 02:53:59 25 4
gpt4 key购买 nike

我一直在 pypy 中运行 scipy 测试套件。我的测试代码很简单:

import scipy
scipy.test('full', verbose = 2)

失败于

test_basic (test_signaltools.TestOrderFilt)

如果我现在只想运行那个测试,我该怎么做?我尝试将测试行更改为 scipy.test('test_signaltools.TestOrderFilt') 和各种其他选项,但没有一个有效。

最佳答案

在命令行中,您可以使用nosetests path/to/file:name_of_test_class.test_func

编辑:在解释器中,您可以通过例如为特定子包运行测试

>>> from scipy import signal
>>> signal.test(verbose=2)

关于python - 如何运行特定的 scipy 测试,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43003067/

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