Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
burakekim committed Nov 18, 2024
1 parent 5985f44 commit a23344e
Show file tree
Hide file tree
Showing 2 changed files with 121 additions and 92 deletions.
2 changes: 1 addition & 1 deletion tests/datasets/test_xview2.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

from torchgeo.datasets import DatasetNotFoundError, XView2, XView2DistShift


class TestXView2:
@pytest.fixture(params=['train', 'test'])
def dataset(self, monkeypatch: MonkeyPatch, request: SubRequest) -> XView2:
Expand All @@ -27,6 +26,7 @@ def dataset(self, monkeypatch: MonkeyPatch, request: SubRequest) -> XView2:
'md5': '373e61d55c1b294aa76b94dbbd81332b',
'directory': 'train',
},

'test': {
'filename': 'test_images_labels_targets.tar.gz',
'md5': 'bc6de81c956a3bada38b5b4e246266a1',
Expand Down
Loading

0 comments on commit a23344e

Please sign in to comment.