Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
manzt committed Apr 15, 2021
1 parent 2f457d0 commit bb3f103
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fixtures/generate_fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ def generate_fixtures():
nested[0, 1] = 2
nested[7, 7] = 3

# Manually add dimension separator to array meta
meta = json_loads(store[".zarray"])
meta["dimension_separator"] = "/"
store[".zarray"] = json_dumps(meta)
Expand Down

0 comments on commit bb3f103

Please sign in to comment.