Skip to content

Commit

Permalink
pop error resolve?
Browse files Browse the repository at this point in the history
  • Loading branch information
HaleySchuhl committed May 7, 2024
1 parent c2ed906 commit f5b003d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plantcv/annotate/classes.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ class label, by default "default"
self.coords[label] = []
for (x, y) in coords:
self.coords[label].append((x, y))
self.sample_labels.append(label)
self.count[label] = len(self.coords[label])
self.view(label=label, color=self.color, view_all=False)
else:
Expand Down

0 comments on commit f5b003d

Please sign in to comment.