summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-04-22 14:10:11 +0200
committerJules Laplace <julescarbon@gmail.com>2018-04-22 14:10:11 +0200
commit175402e48177f64437b835110d9641c266f78939 (patch)
tree59d99f4518663ea69b12a75fe3a5a489481ed630
parentc5b08da3ff4f288aa7f5a0084f668cff8c33f007 (diff)
push
-rw-r--r--test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.py b/test.py
index f89b432..f369a0d 100644
--- a/test.py
+++ b/test.py
@@ -61,7 +61,7 @@ if __name__ == '__main__':
# image_pil.save(save_path)
# copyfile(save_path, final_path)
if i < 1:
- print(type(x).__name__)
+ print(type(im).__name__)
im /= 2
tmp_im = np.copy(im/2)
im += last_im