Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dask/dask
/ is_unknown
Function
is_unknown
dask/array/rechunk.py:183–184 ·
view source on GitHub ↗
(dim)
Source
from the content-addressed store, hash-verified
181
""
"
182
183
def
is_unknown(dim):
184
return
any(math.isnan(chunk)
for
chunk in dim)
185
186
dims_unknown = [is_unknown(dim)
for
dim in old_chunks]
187
Callers
1
old_to_new
Function · 0.85
Calls
1
any
Function · 0.85
Tested by
no test coverage detected