From 412fbc9e4970b9b3536f396dccea0bc3fde99d4a Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Sun, 22 Apr 2018 14:12:34 +0200 Subject: push --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test.py') diff --git a/test.py b/test.py index f035a65..56b3dbc 100644 --- a/test.py +++ b/test.py @@ -63,7 +63,7 @@ if __name__ == '__main__': if i < 1: im = np.divide(im, 2) tmp_im = im.copy() - im += last_im + im = np.add(im, last_im) last_im = tmp_im image_pil = Image.fromarray(im) image_pil.save(save_path) -- cgit v1.2.3-70-g09d2