Skip to content

Commit

Permalink
Remove key from n5 array metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmoore committed Apr 19, 2021
1 parent 17f54d5 commit 5f201fe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions zarr/n5.py
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,9 @@ def array_metadata_to_n5(array_metadata):
compressor_config = compressor_config_to_n5(compressor_config)
array_metadata['compression'] = compressor_config

if 'dimension_separator' in array_metadata:
del array_metadata['dimension_separator']

return array_metadata


Expand Down

0 comments on commit 5f201fe

Please sign in to comment.