bundles / numpy 2.5.0.dev0+git20251130.2de293a / numpy / exceptions
module
numpy.exceptions
source: build-install/usr/lib/python3.14/site-packages/numpy/exceptions.py :0
Members
-
AxisError -
ComplexWarning -
DTypePromotionError -
ModuleDeprecationWarning -
RankWarning -
TooHardError -
VisibleDeprecationWarning
Summary
No Docstrings
Additional content
Exceptions and Warnings
General exceptions used by NumPy. Note that some exceptions may be module specific, such as linear algebra errors.
Warnings
.. autosummary:: :toctree:generated/ ComplexWarning Given when converting complex to real. VisibleDeprecationWarning Same as a DeprecationWarning, but more visible. RankWarning Issued when the design matrix is rank deficient.
Exceptions
.. autosummary:: :toctree:generated/ AxisError Given when an axis was invalid. DTypePromotionError Given when no common dtype could be found. TooHardError Error specific to `numpy.shares_memory`.
Aliases
-
numpy.exceptions