Skip to content

Commit 82624cd

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 771629b commit 82624cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/anemoi/datasets/create/sources/accumulate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def __init__(
9898
self.key = {k: v for k, v in kwargs.items() if k in ["param", "level", "levelist", "number"]}
9999

100100
# instantiate IntervalsCollection object
101-
#if interval_class != itv.DefaultIntervalsCollection:
101+
# if interval_class != itv.DefaultIntervalsCollection:
102102
# LOG.warning("Non-default data IntervalsCollection (e.g MARS): ignoring data_accumulation_period")
103103
# data_accumulation_period = frequency_to_timedelta("1h") # only to ensure compatibility
104104
self.interval_coll = interval_class(

tests/create/accumulate-era-1.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dates:
55

66
# https://apps.ecmwf.int/mars-catalogue/?stream=oper&levtype=sfc&expver=1&month=aug&year=2020&type=fc&class=ea
77
# time : 6 18
8-
# step : 0/to/18/by/1
8+
# step : 0/to/18/by/1
99

1010
input:
1111
accumulate:

0 commit comments

Comments
 (0)