From 880a28f1317e4f73a8e5c6aea0cf8f9bcfb0a5dc Mon Sep 17 00:00:00 2001 From: fab Date: Thu, 3 Nov 2016 23:07:33 +0100 Subject: [PATCH] bump version --- setup.py | 2 +- src/thotus/algorithms/algo_pureimage.py | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/setup.py b/setup.py index d68298d..a019419 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="thotus", - version="0.1.0", + version="0.1.1", author="Fabien Devaux", author_email="fdev31@gmail.com", license="MIT", diff --git a/src/thotus/algorithms/algo_pureimage.py b/src/thotus/algorithms/algo_pureimage.py index 6091738..ca42c4b 100644 --- a/src/thotus/algorithms/algo_pureimage.py +++ b/src/thotus/algorithms/algo_pureimage.py @@ -41,8 +41,6 @@ def compute(img, img_g, ref, ref_g, laser_nr=0, mask=None, threshold=None, strai y = np.array(y) x = np.array(x) - - if straight_lines: # line calibration s = img.sum(axis=1) x = sgf(x, s).astype(np.uint)