def test_array_str_64bit(self, level=rlevel):
# Ticket #501
s = np.array([1, np.nan], dtype=np.float64)
with np.errstate(all='raise'):
np.array_str(s) # Should succeed
test_regression.py 文件源码
python
阅读 28
收藏 0
点赞 0
评论 0
评论列表
文章目录