Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 584373729
  • Loading branch information
Weatherbench authors committed Nov 21, 2023
1 parent 545481f commit a613ca7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/resample_daily.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ def _is_not_duplicated(kv: tuple[xbeam.Key, xr.Dataset], stat: str) -> bool:
obs, input_chunks, split_vars=True, num_threads=NUM_THREADS.value
)
| 'RechunkIn'
>> xbeam.Rechunk(
>> xbeam.Rechunk( # pytype: disable=wrong-arg-types
obs.sizes, input_chunks, in_working_chunks, itemsize=itemsize
)
)
Expand Down Expand Up @@ -287,7 +287,7 @@ def _is_not_duplicated(kv: tuple[xbeam.Key, xr.Dataset], stat: str) -> bool:
pcolls
| beam.Flatten()
| 'RechunkOut'
>> xbeam.Rechunk(
>> xbeam.Rechunk( # pytype: disable=wrong-arg-types
rsmp_template.sizes,
out_working_chunks,
output_chunks,
Expand Down

0 comments on commit a613ca7

Please sign in to comment.