Skip to content

Commit

Permalink
add another click to test trying to inc coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
HaleySchuhl committed May 15, 2024
1 parent c92a88d commit d0be7f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_annotate_points.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def test_plantcv_annotate_points_correct_mask(test_data):
# generate fake testing image
allmask = cv2.imread(test_data.pollen_all, -1)
discs = cv2.imread(test_data.pollen_discs, -1)
totalpoints1 = [(158, 531), (361, 112), (500, 418), (269.25303806488864, 385.69839981447126),
totalpoints1 = [(158, 531), (361, 112), (500, 418), (269.25303806488864, 385.69839981447126), (70,240),
(231.21964288863632, 445.995245825603), (293.37177646934134, 448.778177179963), (240.49608073650273, 277.1640769944342),
(279.4571196975417, 240.05832560296852), (77.23077461405376, 165.84682282003712), (423.24190633947126, 364.3625927643785),
(509.5127783246289, 353.2308673469388), (527, 275), (445.50535717435065, 138.94515306122452), (500,500)]
Expand Down

0 comments on commit d0be7f1

Please sign in to comment.