Skip to content

Commit 67b1906

Browse files
authored
Mrb 550 inconcsistent forecast initializations in evalml (#72)
1 parent 98a7dfc commit 67b1906

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

config/forecasters-co1e.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ description: |
44
(KENDA-1) at 1km resolution.
55
66
dates:
7-
start: 2020-01-01T12:00
8-
end: 2020-01-10T00:00
7+
start: 2020-08-01T12:00
8+
end: 2020-08-10T00:00
99
frequency: 54h
1010

1111
runs:

workflow/scripts/verif_baseline.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,6 @@ def main(args: ScriptConfig):
155155
baseline = baseline[args.params].sel(
156156
ref_time=args.reftime,
157157
lead_time=np.array(args.steps, dtype="timedelta64[h]"),
158-
method="nearest",
159158
)
160159
baseline = baseline.assign_coords(time=baseline.ref_time + baseline.lead_time)
161160
LOG.info(

0 commit comments

Comments
 (0)