Skip to content

Commit

Permalink
pull
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsleh committed Aug 28, 2024
2 parents 2b40528 + 87ebb44 commit b555e09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion torchgeo/datamodules/digital_typhoon.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@


class DigitalTyphoonDataModule(NonGeoDataModule):
"""Digital Typhoon Analysis Data Module."""
"""Digital Typhoon Data Module."""

valid_split_types = ('time', 'typhoon_id')

Expand Down
2 changes: 1 addition & 1 deletion torchgeo/datasets/digital_typhoon.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def __init__(
download: bool = False,
checksum: bool = False,
) -> None:
"""Initialize a new Digital Typhoon Analysis dataset instance.
"""Initialize a new Digital Typhoon dataset instance.
Args:
root: root directory where dataset can be found
Expand Down

0 comments on commit b555e09

Please sign in to comment.