rhg_compute_tools.xarray.dataarrays_from_delayed can blow up memory
bolliger32 opened this issue · 0 comments
bolliger32 commented
Trying to load a dataarray from futures blew up my local machines memory. It occurred when gathering da.coords
but did not seem to occur if we changed to gathering dict(da.coords)
.