Skip to content

Commit

Permalink
Running black
Browse files Browse the repository at this point in the history
  • Loading branch information
calebrob6 committed Jul 2, 2022
1 parent 7554def commit 6aa6f32
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tests/data/deepglobelandcover/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@

def generate_test_data(root: str, n_samples: int = 3) -> str:
"""Create test data archive for DeepGlobeLandCover dataset.
Args:
root: path to store test data
n_samples: number of samples.
Returns:
md5 hash of created archive
"""
Expand Down
2 changes: 1 addition & 1 deletion tests/datasets/test_deepglobelandcover.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def dataset(
monkeypatch.setattr(DeepGlobeLandCover, "md5", md5)
root = os.path.join("tests", "data", "deepglobelandcover")
split = request.param
transforms = nn.Identity()
transforms = nn.Identity()
return DeepGlobeLandCover(root, split, transforms, checksum=True)

def test_getitem(self, dataset: DeepGlobeLandCover) -> None:
Expand Down

0 comments on commit 6aa6f32

Please sign in to comment.