Skip to content

Commit

Permalink
changed bands datatype from datamodule
Browse files Browse the repository at this point in the history
  • Loading branch information
rijuld committed Jan 8, 2025
1 parent d35b435 commit 173a915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torchgeo/datamodules/substation.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def __init__(
normalizing_factor: np.ndarray[Any, Any] | None = None,
means: np.ndarray[Any, Any] | None = None,
stds: np.ndarray[Any, Any] | None = None,
bands: int = 13,
bands: list[int] = [1,2,3],
num_of_timepoints: int = 4,
model_type: str = 'default',
geo_transforms: Any | None = None,
Expand Down

0 comments on commit 173a915

Please sign in to comment.