From f5b003da16da8ca5646155b48ad0ffd4c3ff9c3d Mon Sep 17 00:00:00 2001 From: HaleySchuhl Date: Tue, 7 May 2024 11:50:19 -0500 Subject: [PATCH] pop error resolve? --- plantcv/annotate/classes.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plantcv/annotate/classes.py b/plantcv/annotate/classes.py index 5134742..81eff8c 100644 --- a/plantcv/annotate/classes.py +++ b/plantcv/annotate/classes.py @@ -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: