Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 7, 2024
1 parent c9ae67e commit df80bcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -478,8 +478,8 @@ def load_labels(self) -> pd.DataFrame:
df[START], df[END] = date(2021, 1, 1), date(2022, 12, 31)
df[SUBSET] = train_val_test_split(df.index, 0.3, 0.3)
return df


datasets: List[LabeledDataset] = [
CustomLabeledDataset(
dataset="geowiki_landcover_2017",
Expand Down

0 comments on commit df80bcf

Please sign in to comment.