We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf1ff2d commit 2808dc9Copy full SHA for 2808dc9
tests/test_compression.py
@@ -16,7 +16,7 @@ def check_dataset_filters(temp_file: str, ncvar: str, compression: str, shuffle:
16
# Sanity check that test data is compressed and filtered as expected.
17
if USE_S3:
18
with load_from_s3(temp_file) as test_data:
19
- print("Variable attrs", test_data[ncvar].attrs)
+ print("File attrs", test_data.attrs)
20
assert test_data[ncvar].attrs.get('compression') == "gzip"
21
assert test_data[ncvar].attrs.get('shuffle') == shuffle
22
else:
0 commit comments