Skip to content

Commit 595c52c

Browse files
authored
Update tests/test_array.py
1 parent 2351e57 commit 595c52c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_array.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1797,6 +1797,7 @@ def test_multiprocessing(
17971797
Test that arrays can be pickled and indexed in child processes
17981798
"""
17991799
data = np.arange(100)
1800+
chunks: Literal["auto"] | tuple[int, ...]
18001801
if shards is None:
18011802
chunks = "auto"
18021803
else:

0 commit comments

Comments
 (0)