Skip to content

Commit cb3abe5

Browse files
committed
Fix? ChesapeakeCVPR tests
1 parent ee72322 commit cb3abe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torchgeo/datamodules/chesapeake.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def __init__(
9393
"""
9494
# This is a rough estimate of how large of a patch we will need to sample in
9595
# EPSG:3857 in order to guarantee a large enough patch in the local CRS.
96-
self.original_patch_size = patch_size * 2
96+
self.original_patch_size = patch_size * 3
9797
kwargs["transforms"] = _Transform(K.CenterCrop(patch_size))
9898

9999
super().__init__(

0 commit comments

Comments
 (0)