treat_deprecations_as_exceptions

astropy.tests.helper.treat_deprecations_as_exceptions()[源代码]

将所有的deprecationwarning(它表示Python本身或Numpy的不推荐使用,但不是在Astropy中,我们使用自己的deprecision警告类)转换为异常,以便我们尽早发现它们。

这将完全重置警告过滤器和任何“已看到”警告状态。