Skip to content

Commit

Permalink
try loading dataset to prevent crash
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre committed Mar 31, 2023
1 parent 5d44c40 commit f566018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xclim/testing/tests/test_sdba/test_properties.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ def test_relative_frequency(self, open_dataset):
open_dataset("sdba/CanESM2_1950-2100.nc")
.sel(time=slice("1950", "1952"), location="Vancouver")
.pr
)
).load()

test = sdba.properties.relative_frequency(sim, thresh="25 mm d-1", op=">=")
testjan = (
Expand Down

0 comments on commit f566018

Please sign in to comment.