From 34f0e32fc2fbbae91b6572486666d0fc2d06ad56 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Sun, 22 Apr 2018 15:57:10 +0200 Subject: push --- test.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test.py') diff --git a/test.py b/test.py index f101588..b931644 100644 --- a/test.py +++ b/test.py @@ -61,8 +61,8 @@ if __name__ == '__main__': # image_pil.save(save_path) # copyfile(save_path, final_path) if last_im is not None: - frac_a = 99/100 - frac_b = 1/100 + frac_a = 999/1000 + frac_b = 1/1000 tmp_im = im.copy() array_a = np.multiply(im, frac_a) array_b = np.multiply(last_im, frac_b) -- cgit v1.2.3-70-g09d2