Skip to content

Commit

Permalink
Update scale sizes comment
Browse files Browse the repository at this point in the history
  • Loading branch information
phofl committed Oct 18, 2024
1 parent d92edc4 commit 19d4ff7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/geospatial/test_climatology.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,15 +97,15 @@ def test_rechunk_map_blocks(
)

if scale == "small":
# 101.83 GiB (small)
# 16.96 GiB (small)
time_range = slice("2020-01-01", "2022-12-31")
variables = ["sea_surface_temperature"]
elif scale == "medium":
# 2.12 TiB (medium)
# 361.8 GiB (medium)
time_range = slice("1959-01-01", "2022-12-31")
variables = ["sea_surface_temperature"]
else:
# 4.24 TiB (large)
# 723.6 GiB (large)
# This currently doesn't complete successfully.
time_range = slice("1959-01-01", "2022-12-31")
variables = ["sea_surface_temperature", "snow_depth"]
Expand Down

0 comments on commit 19d4ff7

Please sign in to comment.