Skip to content

Commit

Permalink
mark SBU as downloadable again (#7976)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmeier committed Sep 19, 2023
1 parent d7c20dd commit 4af6831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_datasets_download.py
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,7 @@ def url_parametrization(*dataset_urls_and_ids_fns):
kinetics,
kitti,
places365,
sbu,
)
def test_url_is_accessible(url):
"""
Expand All @@ -379,7 +380,6 @@ def test_url_is_accessible(url):

@url_parametrization(
stanford_cars, # https://github.com/pytorch/vision/issues/7545
sbu, # https://github.com/pytorch/vision/issues/7964
)
@pytest.mark.xfail
def test_url_is_not_accessible(url):
Expand Down

0 comments on commit 4af6831

Please sign in to comment.