From d0be7f180089c4dc225c15881a678ac0a8c64204 Mon Sep 17 00:00:00 2001 From: HaleySchuhl Date: Wed, 15 May 2024 06:50:39 -0500 Subject: [PATCH] add another click to test trying to inc coverage --- tests/test_annotate_points.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_annotate_points.py b/tests/test_annotate_points.py index 2ed9e4c..a2f5f81 100644 --- a/tests/test_annotate_points.py +++ b/tests/test_annotate_points.py @@ -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)]