Skip to content

Commit 8d01b76

Browse files
Update test/test_pipeline/components/training/test_image_data_loader.py
Co-authored-by: Ravin Kohli <[email protected]>
1 parent 769dc87 commit 8d01b76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_pipeline/components/training/test_image_data_loader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def test_imageloader_build_transform():
2424

2525
assert isinstance(compose, torchvision.transforms.Compose)
2626

27-
# We expect to tensor and image augmenter
27+
# We expect there to be two transforms, to tensor and image augmenter
2828
assert len(compose.transforms) == 2
2929

3030
compose = loader.build_transform(fit_dictionary, mode='test')

0 commit comments

Comments
 (0)