取消numpy数组默认以科学计数法显示

import numpy as np
'''只要设置这句代码就可以了'''
np.set_printoptions(suppress=True)
posted @ 2020-09-18 10:11  banshaohuan  阅读(978)  评论(0编辑  收藏  举报