test_BaseNeighbourhoodProcessing.py 文件源码

python
阅读 26 收藏 0 点赞 0 评论 0

项目:improver 作者: metoppv 项目源码 文件源码
def test_single_point_nan(self):
        """Test behaviour for a single NaN grid cell."""
        self.cube.data[0][0][6][7] = np.NAN
        msg = "NaN detected in input cube data"
        with self.assertRaisesRegexp(ValueError, msg):
            neighbourhood_method = CircularNeighbourhood
            NBHood(neighbourhood_method, self.RADIUS).process(self.cube)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号