@@ -309,10 +309,6 @@ def test_init_array(self):
309
309
eq (default_compressor .get_config (), meta ['compressor' ])
310
310
assert_is_none (meta ['fill_value' ])
311
311
312
- # check attributes
313
- # assert attrs_key in store
314
- # eq(dict(), json.loads(text_type(store[attrs_key], 'ascii')))
315
-
316
312
def test_init_array_overwrite (self ):
317
313
# setup
318
314
store = self .create_store ()
@@ -360,11 +356,6 @@ def test_init_array_path(self):
360
356
eq (default_compressor .get_config (), meta ['compressor' ])
361
357
assert_is_none (meta ['fill_value' ])
362
358
363
- # check attributes
364
- # key = path + '/' + attrs_key
365
- # assert key in store
366
- # eq(dict(), json.loads(text_type(store[key], 'ascii')))
367
-
368
359
def test_init_array_overwrite_path (self ):
369
360
# setup
370
361
path = 'foo/bar'
@@ -476,10 +467,6 @@ def test_init_group(self):
476
467
meta = decode_group_metadata (store [group_meta_key ])
477
468
eq (ZARR_FORMAT , meta ['zarr_format' ])
478
469
479
- # check attributes
480
- # assert attrs_key in store
481
- # eq(dict(), json.loads(text_type(store[attrs_key], 'ascii')))
482
-
483
470
def test_init_group_overwrite (self ):
484
471
# setup
485
472
store = self .create_store ()
0 commit comments