remove comment
This commit is contained in:
parent
75f55bf55d
commit
913bc3bd58
1 changed files with 0 additions and 1 deletions
1
pc.py
1
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)
|
||||
|
|
Loading…
Reference in a new issue