From 83ece7094392e047a337df8482fb22730cb7651a Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Sun, 22 Apr 2018 14:24:33 +0200 Subject: push --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index 7ef1d3a..4d1da3f 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 + last_im = im.copy() print(im.shape) image_pil = Image.fromarray(im) image_pil.save(save_path) -- cgit v1.2.3-70-g09d2