We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f54bbf commit be83f03Copy full SHA for be83f03
tests/test_v2.py
@@ -87,7 +87,7 @@ async def test_v2_encode_decode(dtype, expected_dtype, fill_value, fill_value_js
87
"compressor": None,
88
"dtype": expected_dtype,
89
"fill_value": fill_value_json,
90
- "filters": [{"id": "vlen-bytes"}] if dtype == "|S" else None,
+ "filters": None,
91
"order": "C",
92
"shape": [3],
93
"zarr_format": 2,
0 commit comments