Skip to content

Commit 9aca259

Browse files
committed
remove obsolete inline
1 parent 4cdeb1b commit 9aca259

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

activestorage/active.py

-3
Original file line numberDiff line numberDiff line change
@@ -357,9 +357,6 @@ def _from_storage(self, ds, indexer, chunks, out_shape, out_dtype, compressor, f
357357
session = None
358358

359359
# Process storage chunks using a thread pool.
360-
# Because we do this, we need to read the dataset b-tree now, not as we go, so
361-
# it is already in cache. If we remove the thread pool from here, we probably
362-
# wouldn't need to do it before the first one.
363360
chunk_count = 0
364361
t1 = time.time()
365362
with concurrent.futures.ThreadPoolExecutor(max_workers=self._max_threads) as executor:

0 commit comments

Comments
 (0)