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 3279aee commit 2b4d193Copy full SHA for 2b4d193
1 file changed
zarr/tests/test_storage.py
@@ -679,5 +679,5 @@ def test_migrate_1to2():
679
for f in 'shape', 'chunks', 'dtype', 'compression', 'compression_opts', \
680
'fill_value', 'order':
681
eq(meta[f], meta_migrated[f])
682
- # TODO migrate should have added empty filters field
683
- # assert_is_none(meta_migrated['filters'])
+ # migrate should have added empty filters field
+ assert_is_none(meta_migrated['filters'])
0 commit comments