RhodiumGroup/rhg_compute_tools

get rid of lambdas in xarray utils

delgadom opened this issue · 0 comments

lambda functions in xarray utils (e.g. dataarray_from_futures) are difficult to read, understand, and debug. make them real functions, Mike!