问题标签 [future-warning]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
0 回答
27 浏览

python - Numpy 在尝试创建 Numpy 结构化数组时对 Ndarrays 比较的未来警告

尝试使用以下代码创建 numpy 结构化数组时:

我收到两个未来警告:

我知道 Numpy 和 Python 开发人员之间在比较导致此警告的数据类型方面存在分歧(可以在此处阅读:FutureWarning:元素比较失败;返回标量,但将来将执行元素比较)但我我想知道如果我不进行任何比较,只是试图创建一个结构化数组,为什么会提出这个警告。

使用的 numpy 版本是 1.21.2