Skip to content

Commit

Permalink
SustainBenchCropYield: fix download (#1755)
Browse files Browse the repository at this point in the history
adamjstewart authored and isaaccorley committed Mar 2, 2024
1 parent d147be1 commit 348ae7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torchgeo/datasets/sustainbench_crop_yield.py
Original file line number Diff line number Diff line change
@@ -223,7 +223,7 @@ def _download(self) -> None:
download_url(
self.url,
self.root,
filename=self.dir,
filename=self.dir + ".zip",
md5=self.md5 if self.checksum else None,
)
self._extract()

0 comments on commit 348ae7c

Please sign in to comment.