Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
fdev31 committed Nov 3, 2016
1 parent 8379484 commit 880a28f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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",
Expand Down
2 changes: 0 additions & 2 deletions src/thotus/algorithms/algo_pureimage.py
Expand Up @@ -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)
Expand Down

0 comments on commit 880a28f

Please sign in to comment.