You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is really slow and the stacktrace from sending KeyboardInterrupt says that _iter is called (if I understand it correctly, that is iterating over all values of the DataArray / Dataset using a python loop).
Looking at the code of map_blocks, the object arrays (npargs ) is only used because of its indexing and we might be able to use a list / tuple and itertools to get the same result, but without iterating over values. Am I missing something? cc @dcherian
It seems that after the merge of #3818, the RTD builds started to time out while the
docs
CI take about 37 minutes.As a reference, before #3818 our
docs
CI completed in about 6 minutes.I'm not sure if that is due to #3818 or because of updated dependencies (
dask
?), but I think we should try not to take these 30 minutes.The text was updated successfully, but these errors were encountered: