Skip to content
This repository was archived by the owner on Sep 11, 2023. It is now read-only.

Commit 1783fe3

Browse files
Merge pull request #218 from openclimatefix/bug/fake-sat-channels
fix for fake data
2 parents 2d7d977 + 29bcf3b commit 1783fe3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nowcasting_dataset/dataset/batch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def fake(configuration: Configuration = Configuration()):
132132
process.batch_size,
133133
process.seq_len_5_minutes,
134134
process.satellite_image_size_pixels,
135-
len(process.nwp_channels),
135+
len(process.sat_channels),
136136
time_5=time_5,
137137
),
138138
topographic=Topographic.fake(

0 commit comments

Comments
 (0)