numpy.exceptions.ComplexWarning#

exception exceptions.ComplexWarning[source]#

将复数类型转换为实数类型时引发的警告。

在实现中,将复数转换为实数会丢弃其虚部,但此行为可能不是用户实际想要的。