File tree Expand file tree Collapse file tree 1 file changed +15
-4
lines changed Expand file tree Collapse file tree 1 file changed +15
-4
lines changed Original file line number Diff line number Diff line change @@ -282,6 +282,20 @@ def test_encode_decode_array_dtype_shape_v3(cname):
282
282
fill_value = None ,
283
283
chunk_memory_layout = "C" ,
284
284
)
285
+ if 'cname' == "zstd" :
286
+ configuration = """
287
+ "configuration": {
288
+ "level": 1
289
+ "checksum": False
290
+ }
291
+ """
292
+ else :
293
+ configuration = """
294
+ "configuration": {
295
+ "level": 1
296
+ }
297
+ """
298
+
285
299
286
300
meta_json = (
287
301
"""{
@@ -296,12 +310,9 @@ def test_encode_decode_array_dtype_shape_v3(cname):
296
310
"""
297
311
+ f"""
298
312
"codec": "https://purl.org/zarr/spec/codec/{ cname } /1.0",
313
+ { configuration } ,
299
314
"""
300
315
+ """
301
- "configuration": {
302
- "level": 1
303
- }
304
- },
305
316
"data_type": "<f8",
306
317
"extensions": [],
307
318
"fill_value": null,
You can’t perform that action at this time.
0 commit comments