From b47e2079f9b336eba0bedecf0cb352584f770f05 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Sun, 22 Apr 2018 14:22:19 +0200 Subject: push --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index c00f017..567e897 100644 --- a/test.py +++ b/test.py @@ -65,7 +65,7 @@ if __name__ == '__main__': im = np.add(np.multiply(im, 1/(frac)), np.multiply(last_im, (frac-1)/(frac))) last_im = tmp_im else: - last_im = im.copy() + last_im = im print(im.shape) image_pil = Image.fromarray(im) image_pil.save(save_path) -- cgit v1.2.3-70-g09d2