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

Function test_emscripten_default_scheduler

dask/tests/test_base.py:1026–1040  ·  view source on GitHub ↗
(params)

Source from the content-addressed store, hash-verified

1024 ),
1025)
1026def test_emscripten_default_scheduler(params):
1027 pytest.importorskip("numpy")
1028 pytest.importorskip("dask.array")
1029 pytest.importorskip("pandas")
1030 proc = subprocess.run(
1031 [
1032 sys.executable,
1033 "-c",
1034 (
1035 inspect.getsource(check_default_scheduler)
1036 + f"check_default_scheduler({params})\n"
1037 ),
1038 ]
1039 )
1040 proc.check_returncode()

Callers

nothing calls this directly

Calls 1

runMethod · 0.80

Tested by

no test coverage detected