Skip to content

Commit

Permalink
removed bad tim
Browse files Browse the repository at this point in the history
  • Loading branch information
tgalvin committed May 10, 2024
1 parent f627448 commit 0fd9862
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion AegeanTools/BANE.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ def adaptive_box_estimate(


original_box = box_size
original_pixels = np.prod(original_box)
loop = 0
while True:
test_box_size = tuple([b+loop*100 for b in original_box])
Expand Down

0 comments on commit 0fd9862

Please sign in to comment.