Commit 5490b349 authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

added verbose to read_test_image

parent 32db73b8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -32,4 +32,5 @@ def flip_image(img: np.ndarray) -> np.ndarray:
def read_test_image():
    """ read test image """
    fp_img = PACKAGE_PATH + "/data/test_image.txt"
    print("reading file {} ...".format(fp_img))
    return np.loadtxt(fp_img, dtype=int)