Skip to content

Commit a5f1811

Browse files
committed
Re-activate contested N5 test
1 parent 88a39ff commit a5f1811

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zarr/tests/test_storage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1207,7 +1207,7 @@ def test_chunk_nesting(self):
12071207
assert 'foo/10.20.30' in store
12081208
assert b'yyy' == store['foo/10.20.30']
12091209
# N5 reverses axis order
1210-
# assert b'yyy' == store['foo/30/20/10']
1210+
assert b'yyy' == store['foo/30/20/10']
12111211
store['42'] = b'zzz'
12121212
assert '42' in store
12131213
assert b'zzz' == store['42']

0 commit comments

Comments
 (0)