Skip to content

Commit 88e4761

Browse files
committed
FIX: Drop keep_file_open=auto from benchmark
1 parent c073331 commit 88e4761

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nibabel/benchmarks/bench_arrayproxy_slicing.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
('?', '?', '?', ':'),
4747
]
4848

49-
KEEP_OPENS = [False, True, 'auto']
49+
KEEP_OPENS = [False, True]
5050

5151
if HAVE_INDEXED_GZIP:
5252
HAVE_IGZIP = [False, True]

0 commit comments

Comments
 (0)