Skip to content

Commit

Permalink
parameter removed
Browse files Browse the repository at this point in the history
  • Loading branch information
jpresern authored and jpresern committed Feb 27, 2017
1 parent c1fbbb7 commit a0b4d43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions measure_features.py
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ def measure_distance(file, figa, axis2, store, store_short, pix=1, count=0):
return store, store_short, count


def redraw_stored_things(figa, axis2, store):
def redraw_stored_things(axis2, store):

""" draw selecteda areas with marked features
sample - name of photo
Expand Down Expand Up @@ -439,7 +439,7 @@ def load_measurements(file, file2):
""" draw """
figa, axis, im_ix, pix = image_display(im_fn, meta_fn)
""" draw measured features """
redraw_stored_things(figa, axis, store)
redraw_stored_things(axis, store)

return store, store_short, figa, axis, pix, im_ix

Expand Down

0 comments on commit a0b4d43

Please sign in to comment.