def test_oddfeatures_3(self):
# Tests some generic features
atest = array([10], mask=True)
btest = array([20])
idx = atest.mask
atest[idx] = btest[idx]
assert_equal(atest, [20])
test_core.py 文件源码
python
阅读 29
收藏 0
点赞 0
评论 0
评论列表
文章目录