mirror of
https://github.com/wassname/ray.git
synced 2026-07-15 11:25:40 +08:00
[api] Initial API deprecations for Ray 1.0 (#10325)
This commit is contained in:
@@ -23,7 +23,7 @@ def test_errors_before_initializing_ray():
|
||||
lambda: ray.get_actor("name"),
|
||||
ray.get_gpu_ids,
|
||||
ray.get_resource_ids,
|
||||
ray.get_webui_url,
|
||||
ray.get_dashboard_url,
|
||||
ray.jobs,
|
||||
lambda: ray.kill(None), # Not valid API usage.
|
||||
ray.nodes,
|
||||
|
||||
Reference in New Issue
Block a user