Skip to content

Commit 339f780

Browse files
committed
Add todo
1 parent f50e9cd commit 339f780

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_api.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1321,6 +1321,7 @@ def test_no_overwrite_load(tmp_path: Path) -> None:
13211321
)
13221322
def test_auto_chunks(f: Callable[..., Array]) -> None:
13231323
# Make sure chunks are set automatically across the public API
1324+
# TODO: test shards with this test too
13241325
shape = (1000, 1000)
13251326
dtype = np.uint8
13261327
kwargs = {"shape": shape, "dtype": dtype}

0 commit comments

Comments
 (0)