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 Jan 23, 2025
1 parent 2cd1a1d commit 75bed32
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions tests/test_data/presaved_samples_site/data_configuration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ general:
name: windnet_data_sampler

input_data:

site:
time_resolution_minutes: 15
interval_start_minutes: -60
Expand All @@ -12,7 +11,7 @@ input_data:
metadata_file_path: /mnt/storage_ssd_4tb/india_wind_metadata_data_sampler_schema_mutliple_sites.csv
dropout_timedeltas_minutes: null
dropout_fraction: 0 # Fraction of samples with dropout

nwp:
ecmwf:
provider: ecmwf
Expand All @@ -35,4 +34,4 @@ input_data:
image_size_pixels_width: 24
dropout_timedeltas_minutes: [-360]
dropout_fraction: 1.0
max_staleness_minutes: null
max_staleness_minutes: null
8 changes: 4 additions & 4 deletions tests/test_data/presaved_samples_site/datamodule.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ sample_output_dir: PLACEHOLDER
num_val_samples: 10
num_train_samples: 20
train_period:
- '2022-03-01'
- '2022-03-20'
- "2022-03-01"
- "2022-03-20"
val_period:
- '2022-03-21'
- '2022-03-31'
- "2022-03-21"
- "2022-03-31"

0 comments on commit 75bed32

Please sign in to comment.