Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dask/dask
/ test_3d
Function
test_3d
dask/array/tests/test_svg.py:95–97 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
93
94
95
def
test_3d():
96
text = da.ones((10, 10, 10, 10, 10)).to_svg()
97
assert text.count(
"<svg"
) == 1
Callers
nothing calls this directly
Calls
3
to_svg
Method · 0.80
ones
Method · 0.45
count
Method · 0.45
Tested by
no test coverage detected