Skip to content

Commit 536d368

Browse files
committed
changes
1 parent 0200be2 commit 536d368

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_compression.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def test_compression_and_filters_cmip6_data():
6060
Test use of datasets with compression and filters applied for a real
6161
CMIP6 dataset (CMIP6_IPSL-CM6A-LR_tas).
6262
"""
63-
test_file = str(Path(__file__).resolve().parent / 'test_data' / 'CMIP6_IPSL-CM6A-LR_tas.nc')
63+
test_file = str(Path(__file__).resolve().parent / 'test_data' / 'CMIP6-test.nc')
6464
with Dataset(test_file) as nc_data:
6565
nc_min = np.min(nc_data["tas"][0:2,4:6,7:9])
6666
print(f"Numpy min from compressed file {nc_min}")

0 commit comments

Comments
 (0)