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)
test_BaseNeighbourhoodProcessing.py 文件源码
python
阅读 26
收藏 0
点赞 0
评论 0
评论列表
文章目录