[ray_client] Implement optional arguments to ray.remote() and f.options() (#12985)

This commit is contained in:
Barak Michener
2020-12-20 15:43:48 -08:00
committed by GitHub
parent 11f34f72d8
commit 80f6dd16b2
12 changed files with 336 additions and 90 deletions
-1
View File
@@ -537,7 +537,6 @@ def test_actor_recursive(ray_start_regular_shared):
assert result == [x * 2 for x in range(100)]
@pytest.mark.skipif(client_test_enabled(), reason="remote args")
def test_actor_concurrent(ray_start_regular_shared):
@ray.remote
class Batcher: