diff --git a/pc.py b/pc.py index ab7dbef..1f1ddd0 100644 --- a/pc.py +++ b/pc.py @@ -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)