MCPcopy
hub / github.com/dask/dask / compute

Method compute

dask/array/_array_expr/_collection.py:80–81  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

78 return "Array", self.expr._name
79
80 def compute(self, **kwargs):
81 return DaskMethodsMixin.compute(self.optimize(), **kwargs)
82
83 def persist(self, **kwargs):
84 return DaskMethodsMixin.persist(self.optimize(), **kwargs)

Callers 15

__array__Method · 0.95
__bool__Method · 0.95
_scalarfuncMethod · 0.95
test_Array_computationFunction · 0.95
storeFunction · 0.45
_get_dt_meta_computedFunction · 0.45
_array_like_safeFunction · 0.45
linspaceFunction · 0.45
test_tsqr_uncertainFunction · 0.45
test_lstsqFunction · 0.45
test_arr_likeFunction · 0.45

Calls 1

optimizeMethod · 0.95

Tested by 15

test_Array_computationFunction · 0.76
test_tsqr_uncertainFunction · 0.36
test_lstsqFunction · 0.36
test_arr_likeFunction · 0.36
test_tile_basicFunction · 0.36
test_nan_zeros_ones_likeFunction · 0.36
test_nan_empty_likeFunction · 0.36
test_nan_full_likeFunction · 0.36
test_overlap_internalFunction · 0.36
runFunction · 0.36