[api] Initial API deprecations for Ray 1.0 (#10325)

This commit is contained in:
Eric Liang
2020-08-28 15:03:50 -07:00
committed by GitHub
parent 9c25ca6f5e
commit 519354a39a
75 changed files with 223 additions and 2414 deletions
+1 -1
View File
@@ -448,7 +448,7 @@ def test_calling_start_ray_head(call_ray_stop_only):
["ray start --head --num-cpus=1 " + "--node-ip-address=localhost"],
indirect=True)
def test_using_hostnames(call_ray_start):
ray.init(node_ip_address="localhost", address="localhost:6379")
ray.init(_node_ip_address="localhost", address="localhost:6379")
@ray.remote
def f():