mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 03:18:59 +08:00
[1.0] Move dask scheduler from experimental to util (#10553)
* move dask * fix dask
This commit is contained in:
@@ -2,7 +2,7 @@ import dask
|
||||
import pytest
|
||||
|
||||
import ray
|
||||
from ray.experimental.dask import ray_dask_get
|
||||
from ray.util.dask import ray_dask_get
|
||||
|
||||
|
||||
def test_ray_dask_basic(ray_start_regular_shared):
|
||||
|
||||
Reference in New Issue
Block a user