Closed bolliger32 closed 4 years ago
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).
da.coords
dict(da.coords)
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 gatheringdict(da.coords)
.