summaryrefslogtreecommitdiff
path: root/test.py
diff options
context:
space:
mode:
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 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