Open bryates opened 9 months ago
This PR removes instances of len in the processor and the FuturesExecutor in favor of dask.compute()
len
FuturesExecutor
dask.compute()
This PR removes instances of
len
in the processor and theFuturesExecutor
in favor ofdask.compute()