This is a pre-release version (latest). Go to latest (2.4.4)
{ } Raw JSON

bundles / numpy latest / numpy / exceptions

module

numpy.exceptions

source: build-install/usr/lib/python3.14/site-packages/numpy/exceptions.py :0

Members

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

Referenced by