MCPcopy
hub / github.com/dask/dask / union1d

Function union1d

dask/array/routines.py:1967–1968  ·  view source on GitHub ↗
(ar1, ar2)

Source from the content-addressed store, hash-verified

1965
1966@derived_from(np)
1967def union1d(ar1, ar2):
1968 return unique(concatenate((ar1.ravel(), ar2.ravel())))
1969
1970
1971@derived_from(np)

Callers

nothing calls this directly

Calls 3

concatenateFunction · 0.90
uniqueFunction · 0.70
ravelMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…