gpt4 book ai didi

python - 将 numpy 警告转换为错误

转载 作者:太空狗 更新时间:2023-10-30 02:43:15 25 4
gpt4 key购买 nike

我得到了

C:\Anaconda\lib\site-packages\numpy\core\_methods.py:59: RuntimeWarning: Mean of empty slice.
warnings.warn("Mean of empty slice.", RuntimeWarning)

当我运行我编写的代码时。这是一个很大的代码库。问题是,我没有看到在我的代码 中的什么地方触发了这个警告。

我宁愿将此作为错误(例如异常),以便我可以看到它在我的代码中的何处生成。

是否可以有异常而不是警告?

注意:我逐行调试解决了我的问题。但问题仍然存在。

最佳答案

设置

numpy.seterr(all='raise')

应该可以解决问题。你应该看看 details虽然。

关于python - 将 numpy 警告转换为错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34179604/

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