Skip to content

Commit 1c56cb0

Browse files
committed
ruffed
1 parent ad46284 commit 1c56cb0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/common/src/weathergen/common/io.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ def _extract_sources(self, sample, stream_idx, key, lead_time):
535535
np.asarray(source.geoinfos),
536536
channels,
537537
geoinfo_channels,
538-
lead_time
538+
lead_time,
539539
)
540540

541541
_logger.debug(f"source shape: {source_dataset.data.shape}")

src/weathergen/utils/validation_io.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def write_output(
6161
geoinfo_channels,
6262
sample_start,
6363
cf.forecast_offset,
64-
cf.len_hrs
64+
cf.len_hrs,
6565
)
6666

6767
with io.ZarrIO(config.get_path_output(cf, epoch)) as writer:

0 commit comments

Comments
 (0)