{ } Raw JSON

bundles / numpy 2.4.4 / numpy / exceptions

module

numpy.exceptions

source: /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