Skip to content

Commit 47bcb89

Browse files
committed
Edits to fancy_index.py
1 parent 3e4ea86 commit 47bcb89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bench/ndarray/fancy_index.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626

2727
NUMPY = True
2828
BLOSC = True
29-
ZARR = False
30-
HDF5 = False
29+
ZARR = True
30+
HDF5 = True
3131
SPARSE = False
3232

3333
NDIMS = 2 # must be at least 2

0 commit comments

Comments
 (0)