MCPcopy Create free account
hub / github.com/dask/dask / test_visualize_int_overflow

Function test_visualize_int_overflow

dask/tests/test_order.py:261–265  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

259
260@pytest.mark.skipif(WINDOWS, reason="Broken pipe on Windows")
261def test_visualize_int_overflow():
262 pytest.importorskip("graphviz")
263 pytest.importorskip("matplotlib")
264 # regression test for https://github.com/dask/dask/pull/11440
265 visualize(_rechunk_merge_graph())
266
267
268def test_ordering_keeps_groups_together(abcde):

Callers

nothing calls this directly

Calls 2

_rechunk_merge_graphFunction · 0.85
visualizeFunction · 0.70

Tested by

no test coverage detected