Skip to content

Commit

Permalink
remove unused parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
HaleySchuhl committed Apr 15, 2024
1 parent 11cf3a9 commit f1c7ea0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/test_annotate_points.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,9 +188,7 @@ def test_plantcv_annotate_points_correct_label(test_data):
counter.import_list(totalpoints1, label="total")
counter.import_list(germinated1, label="germinated")

imagesname = "test"

_, _, corrected_name, num = counter.correct_labels(gray_img=watershed, label=imagesname)
_, _, corrected_name, num = counter.correct_labels(gray_img=watershed)

assert num == 14
assert corrected_name == ['1_total', '2_total', '3_total', '4_total', '5_total', '6_total',
Expand Down

0 comments on commit f1c7ea0

Please sign in to comment.