numpy.exceptions.ComplexWarning#

exception exceptions.ComplexWarning[source]#

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

在实现中,将复数转换为实数会丢弃其虚部,但这可能并非用户真正想要的行为。