如果一个数组无穷大,numpy在输出时会自动省略中间部分而只打印部分,如果想全部呈现数组的内容,可以使用Numpy.set_printoptions(threshold='nan')
threshold : Total number of array elements to be print(输出数组的元素数目)