Skip to content

Commit 6016555

Browse files
committed
correct labels group should be written
1 parent dfa12d0 commit 6016555

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

saber/classifier/preprocess/apply_labels.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ def convert(self,
190190
)
191191
else:
192192
# Empty array if no rejected masks
193-
group.create_dataset(
193+
labels_group.create_dataset(
194194
'rejected',
195195
data=np.array([]),
196196
dtype=np.uint8

0 commit comments

Comments
 (0)