MCPcopy
hub / github.com/dask/dask / test_basic

Function test_basic

dask/array/tests/test_svg.py:16–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14
15
16def test_basic():
17 parses(da.ones(10).to_svg())
18 parses(da.ones((10, 10)).to_svg())
19 parses(da.ones((10, 10, 10)).to_svg())
20 parses(da.ones((10, 10, 10, 10)).to_svg())
21 parses(da.ones((10, 10, 10, 10, 10)).to_svg())
22 parses(da.ones((10, 10, 10, 10, 10, 10)).to_svg())
23 parses(da.ones((10, 10, 10, 10, 10, 10, 10)).to_svg())
24
25
26def test_repr_html():

Callers

nothing calls this directly

Calls 3

parsesFunction · 0.85
to_svgMethod · 0.80
onesMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…