Skip to content

Commit e552e76

Browse files
committed
clean up code
1 parent 7287d76 commit e552e76

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

zarr/tests/test_core.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2377,10 +2377,7 @@ class TestArrayWithFSStore(TestArray):
23772377
def create_array(read_only=False, **kwargs):
23782378
path = mkdtemp()
23792379
atexit.register(shutil.rmtree, path)
2380-
#store = FSStore(f'file:/{path}')
23812380
store = FSStore(path)
2382-
print(store)
2383-
print(store.path)
23842381
cache_metadata = kwargs.pop('cache_metadata', True)
23852382
cache_attrs = kwargs.pop('cache_attrs', True)
23862383
kwargs.setdefault('compressor', Blosc())

0 commit comments

Comments
 (0)