def test_1d(self):
a = np.arange(10)
with warnings.catch_warnings():
warnings.filterwarnings('error', '', np.VisibleDeprecationWarning)
for index in self.complex_indices:
self._check_single_index(a, index)
test_indexing.py 文件源码
python
阅读 24
收藏 0
点赞 0
评论 0
评论列表
文章目录