MCPcopy Index your code
hub / github.com/pydata/xarray / parallel_add

Function parallel_add

xarray/tests/test_computation.py:1240–1243  ·  view source on GitHub ↗
(x, y)

Source from the content-addressed store, hash-verified

1238 data_array.name = None
1239
1240 def parallel_add(x, y):
1241 return apply_ufunc(
1242 operator.add, x, y, dask="parallelized", output_dtypes=[np.int64]
1243 )
1244
1245 def check(x, y):
1246 actual = parallel_add(x, y)

Callers 1

checkFunction · 0.85

Calls 1

apply_ufuncFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…