Skip to content

Commit 059fe59

Browse files
committed
add TODOs
1 parent 2c6e2bc commit 059fe59

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_store/test_stateful_hierarchy.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ def add_array(self, data, name, array_and_chunks):
8585
parent = data.draw(st.sampled_from(sorted(self.all_groups)), label="Array parent")
8686
else:
8787
parent = ""
88+
# TODO: support creating deeper paths
89+
# TODO: support overwriting potentially by just skipping `self.can_add`
8890
path = f"{parent}/{name}".lstrip("/")
8991
assume(self.can_add(path))
9092
note(f"Adding array: path='{path}' shape={array.shape} chunks={chunks}")

0 commit comments

Comments
 (0)