MCPcopy Index your code
hub / github.com/dask/dask / fix_invalid

Function fix_invalid

dask/array/ma.py:104–106  ·  view source on GitHub ↗
(a, fill_value=None)

Source from the content-addressed store, hash-verified

102
103@derived_from(np.ma)
104def fix_invalid(a, fill_value=None):
105 a = asanyarray(a)
106 return a.map_blocks(np.ma.fix_invalid, fill_value=fill_value)
107
108
109@derived_from(np.ma)

Callers

nothing calls this directly

Calls 2

asanyarrayFunction · 0.90
map_blocksMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…