Skip to content

Commit b3d1e7e

Browse files
Update test_clarifai_loader.py
1 parent 24b5a74 commit b3d1e7e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/annotations/test_clarifai_loader.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ def test_imagenet_loader(self,):
3232
assert len(dataloader) == 3
3333
assert dataloader.task == DATASET_UPLOAD_TASKS.VISUAL_CLASSIFICATION
3434
assert dataloader[0].labels[0] in ['label_0', 'label_1']
35-
assert dataloader[0].id == '1'
3635

3736
def test_cifar_loader(self,):
3837
annotation_object = ImageAnnotations.import_from(path=CIFAR_PATH, format='cifar')

0 commit comments

Comments
 (0)