异常和警告 (numpy.exceptions)#

NumPy 使用的通用异常。请注意,某些异常可能是特定于模块的,例如线性代数错误。

NumPy 版本中的新功能1.25

异常模块是 NumPy 1.25 中的新功能。为了兼容性,旧的异常仍然可以通过主 NumPy 命名空间访问。

警告#

ComplexWarning

将复数 dtype 转换为实数 dtype 时引发的警告。

VisibleDeprecationWarning

可见弃用警告。

RankWarning

矩阵秩警告。

异常#

AxisError(axis[, ndim, msg_prefix])

提供的轴无效。

DTypePromotionError

无法将多个 DType 转换为一个通用的 DType。

TooHardError

超过了 max_work。