Skip to content

Commit 0cc7ec4

Browse files
author
Diego Ardila
committed
add comment
1 parent 50ea88c commit 0cc7ec4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_dataset.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ def check_is_expected_response(response):
179179
# Plain image upload
180180
ds_items_plain = []
181181
for i, url in enumerate(TEST_IMG_URLS):
182+
# Upload just the first item in privacy mode
182183
upload_to_scale = i == 0
183184
ds_items_plain.append(
184185
DatasetItem(image_location=url, upload_to_scale=upload_to_scale)

0 commit comments

Comments
 (0)