Skip to content

Commit

Permalink
Merge branch 'positive-utah' of github.com:saschahofmann/xclim into p…
Browse files Browse the repository at this point in the history
…ositive-utah
  • Loading branch information
saschahofmann committed Nov 28, 2024
2 parents e0a639a + 1849dd9 commit 2f8a6f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_indices.py
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,7 @@ def test_chill_units(self, tas_series):
out = xci.chill_units(tas, positive_only=True)
# Only the last day contains negative chill units.
assert out[0] == 0.5 * num_cu_05 + num_cu_1 - 0.5 * 3

def test_cool_night_index(self, open_dataset):
ds = open_dataset("cmip5/tas_Amon_CanESM2_rcp85_r1i1p1_200701-200712.nc")
ds = ds.rename(dict(tas="tasmin"))
Expand Down

0 comments on commit 2f8a6f6

Please sign in to comment.