Skip to content

Commit 059311a

Browse files
author
Weatherbench authors
committed
No public description
PiperOrigin-RevId: 584243967
1 parent 545481f commit 059311a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/resample_daily.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ def _is_not_duplicated(kv: tuple[xbeam.Key, xr.Dataset], stat: str) -> bool:
257257
obs, input_chunks, split_vars=True, num_threads=NUM_THREADS.value
258258
)
259259
| 'RechunkIn'
260-
>> xbeam.Rechunk(
260+
>> xbeam.Rechunk( # pytype: disable=wrong-arg-types
261261
obs.sizes, input_chunks, in_working_chunks, itemsize=itemsize
262262
)
263263
)
@@ -287,7 +287,7 @@ def _is_not_duplicated(kv: tuple[xbeam.Key, xr.Dataset], stat: str) -> bool:
287287
pcolls
288288
| beam.Flatten()
289289
| 'RechunkOut'
290-
>> xbeam.Rechunk(
290+
>> xbeam.Rechunk( # pytype: disable=wrong-arg-types
291291
rsmp_template.sizes,
292292
out_working_chunks,
293293
output_chunks,

0 commit comments

Comments
 (0)