Skip to content

Commit

Permalink
add TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
dcherian committed Nov 5, 2024
1 parent 2c6e2bc commit 059fe59
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_store/test_stateful_hierarchy.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ def add_array(self, data, name, array_and_chunks):
parent = data.draw(st.sampled_from(sorted(self.all_groups)), label="Array parent")
else:
parent = ""
# TODO: support creating deeper paths
# TODO: support overwriting potentially by just skipping `self.can_add`
path = f"{parent}/{name}".lstrip("/")
assume(self.can_add(path))
note(f"Adding array: path='{path}' shape={array.shape} chunks={chunks}")
Expand Down

0 comments on commit 059fe59

Please sign in to comment.