From 4ece123f007b80a2a49664205eb63f140b934adb Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Sun, 22 Apr 2018 14:49:13 +0200 Subject: push --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index 7655cdb..69a14b9 100644 --- a/test.py +++ b/test.py @@ -65,8 +65,8 @@ if __name__ == '__main__': tmp_im = im.copy() array_a = np.multiply(im, 1/frac) array_b = np.multiply(last_im, (frac-1)/frac) - print(im.shape, array_a.shape, array_b.shape) im = np.add(array_a, array_b) + print(im.shape, array_a.shape, array_b.shape) last_im = tmp_im else: last_im = im.copy() -- cgit v1.2.3-70-g09d2