MCPcopy 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)
60def 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

asanyarrayFunction · 0.90
map_blocksMethod · 0.45

Tested by

no test coverage detected