Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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)
1967
def
union1d(ar1, ar2):
1968
return
unique(concatenate((ar1.ravel(), ar2.ravel())))
1969
1970
1971
@derived_from(np)
Callers
nothing calls this directly
Calls
3
concatenate
Function · 0.90
unique
Function · 0.70
ravel
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…