MCPcopy 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
95def 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_svgMethod · 0.80
onesMethod · 0.45
countMethod · 0.45

Tested by

no test coverage detected