AttributeError: 'numpy.float64' object has no attribute '1f'
时间: 2023-10-16 14:07:44 浏览: 106
AttributeError: ‘NoneType’ object has no attribute ‘children’ 错误
5星 · 资源好评率100%
这个错误提示表明你正在尝试使用一个名为'1f'的属性来访问numpy.float64对象,但是这个属性在numpy.float64对象中不存在。可能是因为你想要使用的属性名不正确或者你想要访问的属性不存在。
请检查你的代码,确认你正在正确地访问对象的属性。如果你需要进一步的帮助,请提供相关的代码和更多的错误信息。
阅读全文