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 46ebb44 commit 864773dCopy full SHA for 864773d
zarr/tests/test_storage.py
@@ -1228,6 +1228,7 @@ def test_init_array(self):
1228
assert default_compressor.get_config() == compressor_config
1229
# N5Store always has a fill value of 0
1230
assert meta['fill_value'] == 0
1231
+ assert meta['dimension_separator'] == '.'
1232
1233
def test_init_array_path(self):
1234
path = 'foo/bar'
@@ -1326,6 +1327,7 @@ def test_init_array(self):
1326
1327
1328
1329
1330
1331
1332
1333
0 commit comments