본문 바로가기

코딩 에러

numpy 배열 모두 출력 또는 ... 출력 / print all numpy arrays

import numpy as np


np.set_printoptions(threshold=np.nan)


해주면 됨.


// for others


import numpy as np

np.set_printoptions(threshold=np.nan)


done. right?

or you could set threshold option like this


threshold = np.inf