We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f50e9cd commit 339f780Copy full SHA for 339f780
tests/test_api.py
@@ -1321,6 +1321,7 @@ def test_no_overwrite_load(tmp_path: Path) -> None:
1321
)
1322
def test_auto_chunks(f: Callable[..., Array]) -> None:
1323
# Make sure chunks are set automatically across the public API
1324
+ # TODO: test shards with this test too
1325
shape = (1000, 1000)
1326
dtype = np.uint8
1327
kwargs = {"shape": shape, "dtype": dtype}
0 commit comments