summaryrefslogtreecommitdiff
path: root/test.py
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-04-22 14:12:54 +0200
committerJules Laplace <julescarbon@gmail.com>2018-04-22 14:12:54 +0200
commit3eba15ef7011066f6750120fa4988469d72ebe01 (patch)
tree85b8a1d1c585d560bd350d9a1d74b2f3f646879f /test.py
parent412fbc9e4970b9b3536f396dccea0bc3fde99d4a (diff)
push
Diffstat (limited to 'test.py')
-rw-r--r--test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.py b/test.py
index 56b3dbc..6941098 100644
--- a/test.py
+++ b/test.py
@@ -60,7 +60,7 @@ if __name__ == '__main__':
# image_pil = ImageOps.expand(image_pil, p)
# image_pil.save(save_path)
# copyfile(save_path, final_path)
- if i < 1:
+ if i > 0:
im = np.divide(im, 2)
tmp_im = im.copy()
im = np.add(im, last_im)