Skip to content

Commit

Permalink
Remove obsolete test
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasHug committed Oct 18, 2024
1 parent 0cc64ae commit 80edd48
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/test_datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -1869,11 +1869,6 @@ def test_class_to_idx(self):
with self.create_dataset() as (dataset, _):
assert dataset.class_to_idx == class_to_idx

def test_images_download_preexisting(self):
with pytest.raises(RuntimeError):
with self.create_dataset({"download": True}):
pass


class INaturalistTestCase(datasets_utils.ImageDatasetTestCase):
DATASET_CLASS = datasets.INaturalist
Expand Down

0 comments on commit 80edd48

Please sign in to comment.