Skip to content

Commit 997b5dc

Browse files
committed
mark SBU as downloadable again
1 parent d7c20dd commit 997b5dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_datasets_download.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,7 @@ def url_parametrization(*dataset_urls_and_ids_fns):
368368
kinetics,
369369
kitti,
370370
places365,
371+
sbu,
371372
)
372373
def test_url_is_accessible(url):
373374
"""
@@ -379,7 +380,6 @@ def test_url_is_accessible(url):
379380

380381
@url_parametrization(
381382
stanford_cars, # https://github.com/pytorch/vision/issues/7545
382-
sbu, # https://github.com/pytorch/vision/issues/7964
383383
)
384384
@pytest.mark.xfail
385385
def test_url_is_not_accessible(url):

0 commit comments

Comments
 (0)