We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0200be2 commit 536d368Copy full SHA for 536d368
tests/test_compression.py
@@ -60,7 +60,7 @@ def test_compression_and_filters_cmip6_data():
60
Test use of datasets with compression and filters applied for a real
61
CMIP6 dataset (CMIP6_IPSL-CM6A-LR_tas).
62
"""
63
- test_file = str(Path(__file__).resolve().parent / 'test_data' / 'CMIP6_IPSL-CM6A-LR_tas.nc')
+ test_file = str(Path(__file__).resolve().parent / 'test_data' / 'CMIP6-test.nc')
64
with Dataset(test_file) as nc_data:
65
nc_min = np.min(nc_data["tas"][0:2,4:6,7:9])
66
print(f"Numpy min from compressed file {nc_min}")
0 commit comments