Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pydata/xarray
/ requires_dask
Function
requires_dask
asv_bench/benchmarks/__init__.py:18–22 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
16
17
18
def
requires_dask():
19
try
:
20
import
dask
# noqa: F401
21
except
ImportError
as
err:
22
raise
NotImplementedError()
from
err
23
24
25
def
requires_sparse():
Callers
15
setup
Method · 0.85
setup
Method · 0.85
setup
Method · 0.85
setup
Method · 0.85
setup
Method · 0.85
setup
Method · 0.85
setup
Method · 0.85
setup
Method · 0.85
setup
Method · 0.85
setup
Method · 0.85
setup
Method · 0.85
setup
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…