summaryrefslogtreecommitdiff
path: root/test.py
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-04-22 15:59:53 +0200
committerJules Laplace <julescarbon@gmail.com>2018-04-22 15:59:53 +0200
commit5979723a35c577ffe70c1107415199444fb5c7fe (patch)
treef560de8c32f6719381c5ad409647d13d9f29c6ba /test.py
parent34f0e32fc2fbbae91b6572486666d0fc2d06ad56 (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 b931644..a53932d 100644
--- a/test.py
+++ b/test.py
@@ -66,7 +66,7 @@ if __name__ == '__main__':
tmp_im = im.copy()
array_a = np.multiply(im, frac_a)
array_b = np.multiply(last_im, frac_b)
- im = np.add(array_a, array_b).astype('int8')
+ # im = np.add(array_a, array_b).astype('int8')
# print(im.shape, im.dtype)
last_im = np.roll(tmp_im, 1, axis=1)
else: