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

bundles / numpy latest / numpy / exceptions / ComplexWarning

class

numpy.exceptions:ComplexWarning

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

Summary

The warning raised when casting a complex dtype to a real dtype.

Extended Summary

As implemented, casting a complex number to a real discards its imaginary part, but this behavior may not be what the user actually wants.

Aliases

  • numpy.exceptions.ComplexWarning

Referenced by