|
|
曾深爱过的烤红薯 · Jackson的核心类与API方法:Obje ...· 3 月前 · |
|
|
乖乖的弓箭 · Timestamp (Java 2 ...· 2 月前 · |
|
|
考研的松树 · OpenAPI 规范 v3.0.3 - ...· 2 月前 · |
|
|
狂野的马克杯 · OpenAPI 规范 - 版本 3.1.0 ...· 2 月前 · |
|
|
眉毛粗的毛衣 · Xml文件通用解析与序列化_c++ ...· 2 月前 · |
|
|
爱喝酒的甜瓜 · 使用C++解析ONNX模型。使用C++从ON ...· 2 年前 · |
|
|
淡定的鸡蛋 · Kotlin入门(8)空值的判断与处理 - 知乎· 2 年前 · |
|
|
热情的黑框眼镜 · 第一次使用VS ...· 3 年前 · |
Describe the issue:
np.sqrt is one of the only operation that crashes on a nd array of dtype object containing only floats.
Furthermore, the error yielded is very unclear, mentioning that floats does not support sqrt (which is not true).
The example speak for itself.
Reproduce the code example:
Error message:
Python and NumPy Versions:
2.1.3
3.12.2 (main, Feb 6 2024, 20:19:44) [Clang 15.0.0 (clang-1500.1.0.2.5)]
Runtime Environment:
[{'numpy_version': '2.1.3',
'python': '3.12.2 (main, Feb 6 2024, 20:19:44) [Clang 15.0.0 '
'(clang-1500.1.0.2.5)]',
'uname': uname_result(system='Darwin', node='Marcos-Macbook-air.local', release='23.4.0', version='Darwin Kernel Version 23.4.0: Fri Mar 15 00:19:22 PDT 2024; root:xnu-10063.101.17~1/RELEASE_ARM64_T8112', machine='arm64')},
{'simd_extensions': {'baseline': ['NEON', 'NEON_FP16', 'NEON_VFPV4', 'ASIMD'],
'found': ['ASIMDHP'],
'not_found': ['ASIMDFHM']}}]
Context for the issue:
No response