Exceptions and Warnings#
General exceptions used by NumPy. Note that some exceptions may be modulespecific, such as linear algebra errors.
New in version NumPy:1.25
The exceptions module is new in NumPy 1.25. Older exceptions remainavailable through the main NumPy namespace for compatibility.
Warnings#
The warning raised when casting a complex dtype to a real dtype. | |
Visible deprecation warning. | |
Matrix rank warning. |
Exceptions#
| Axis supplied was invalid. |
Multiple DTypes could not be converted to a common one. | |
|
On this page