Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dask/dask
/ masked_invalid
Function
masked_invalid
dask/array/ma.py:60–61 ·
view source on GitHub ↗
(a)
Source
from the content-addressed store, hash-verified
58
59
@derived_from(np.ma)
60
def
masked_invalid(a):
61
return
asanyarray(a).map_blocks(np.ma.masked_invalid)
62
63
64
@derived_from(np.ma)
Callers
nothing calls this directly
Calls
2
asanyarray
Function · 0.90
map_blocks
Method · 0.45
Tested by
no test coverage detected