Skip to content

Commit

Permalink
include all years by default
Browse files Browse the repository at this point in the history
  • Loading branch information
yichiac committed Feb 8, 2024
1 parent c1ec8e1 commit 90e639a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torchgeo/datasets/nccm.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def __init__(
paths: Union[str, Iterable[str]] = "data",
crs: Optional[CRS] = None,
res: Optional[float] = None,
years: list[int] = [2019],
years: list[int] = [2017, 2018, 2019],
transforms: Optional[Callable[[dict[str, Any]], dict[str, Any]]] = None,
cache: bool = True,
download: bool = False,
Expand Down

0 comments on commit 90e639a

Please sign in to comment.