remove comment

This commit is contained in:
rlx 2021-08-10 14:18:02 +00:00
parent 75f55bf55d
commit 913bc3bd58

1
pc.py
View file

@ -88,7 +88,6 @@ def read_images():
if not os.path.exists(cell_fn):
image = load_image(src_fn)
image.resize((cell_w, cell_h), Image.LANCZOS).save(cell_fn)
#if sum(data[i]) == 0:
if np.all(data[i]==0):
if not image:
image = load_image(src_fn)